updated vars file
This commit is contained in:
@@ -2,10 +2,7 @@
|
|||||||
- name: Set dnsmasq host reservation
|
- name: Set dnsmasq host reservation
|
||||||
hosts: all
|
hosts: all
|
||||||
become: true
|
become: true
|
||||||
vars:
|
|
||||||
mac_address: "98:b7:85:1e:c6:f1"
|
|
||||||
ip_address: "10.1.71.10"
|
|
||||||
hostname: "ocp-hub"
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Ensure dnsmasq is installed
|
- name: Ensure dnsmasq is installed
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
|
|||||||
@@ -3,9 +3,7 @@
|
|||||||
hosts: 127.0.0.1
|
hosts: 127.0.0.1
|
||||||
connection: local
|
connection: local
|
||||||
gather_facts: true
|
gather_facts: true
|
||||||
vars_prompt:
|
include_vars: vars.yml
|
||||||
- name: freeipa_password
|
|
||||||
prompt: FreeIPA password for admin user
|
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Deploy DNS entries for cluster via Terraform
|
- name: Deploy DNS entries for cluster via Terraform
|
||||||
@@ -16,4 +14,6 @@
|
|||||||
state: present
|
state: present
|
||||||
force_init: true
|
force_init: true
|
||||||
|
|
||||||
- include: 02-dhcp/ip-reservations.yml
|
- ansible.builtin.include_tasks:
|
||||||
|
file: 02-dhcp/ip-reservations.yml
|
||||||
|
include_vars: vars.yml
|
||||||
|
|||||||
8
10-sno-hub-cluster/vars.yml
Normal file
8
10-sno-hub-cluster/vars.yml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
vars_prompt:
|
||||||
|
- name: freeipa_password
|
||||||
|
prompt: FreeIPA password for admin user
|
||||||
|
|
||||||
|
vars:
|
||||||
|
mac_address: "98:b7:85:1e:c6:f1"
|
||||||
|
ip_address: "10.1.71.10"
|
||||||
|
hostname: "ocp-hub"
|
||||||
Reference in New Issue
Block a user