updated vars file
This commit is contained in:
@@ -2,10 +2,7 @@
|
||||
- name: Set dnsmasq host reservation
|
||||
hosts: all
|
||||
become: true
|
||||
vars:
|
||||
mac_address: "98:b7:85:1e:c6:f1"
|
||||
ip_address: "10.1.71.10"
|
||||
hostname: "ocp-hub"
|
||||
|
||||
tasks:
|
||||
- name: Ensure dnsmasq is installed
|
||||
ansible.builtin.apt:
|
||||
|
||||
@@ -3,9 +3,7 @@
|
||||
hosts: 127.0.0.1
|
||||
connection: local
|
||||
gather_facts: true
|
||||
vars_prompt:
|
||||
- name: freeipa_password
|
||||
prompt: FreeIPA password for admin user
|
||||
include_vars: vars.yml
|
||||
|
||||
tasks:
|
||||
- name: Deploy DNS entries for cluster via Terraform
|
||||
@@ -16,4 +14,6 @@
|
||||
state: present
|
||||
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