|
@@ -4,11 +4,11 @@ metadata:
|
|
name: agent-cluster
|
|
name: agent-cluster
|
|
rendezvousIP: {{ hostvars[install_host]['ansible_facts']['default_ipv4']['address'] }}
|
|
rendezvousIP: {{ hostvars[install_host]['ansible_facts']['default_ipv4']['address'] }}
|
|
additionalNTPSources:
|
|
additionalNTPSources:
|
|
- - utility.lab.example.com
|
|
|
|
|
|
+ - 192.168.50.254
|
|
hosts:
|
|
hosts:
|
|
- hostname: {{ hostvars[install_host]['inventory_hostname_short'] }}
|
|
- hostname: {{ hostvars[install_host]['inventory_hostname_short'] }}
|
|
rootDeviceHints:
|
|
rootDeviceHints:
|
|
- deviceName: /dev/vda
|
|
|
|
|
|
+ deviceName: /dev/sda
|
|
interfaces:
|
|
interfaces:
|
|
- name: {{ hostvars[install_host]['ansible_facts']['default_ipv4']['interface'] }}
|
|
- name: {{ hostvars[install_host]['ansible_facts']['default_ipv4']['interface'] }}
|
|
macAddress: {{ hostvars[install_host]['ansible_facts']['default_ipv4']['macaddress'] }}
|
|
macAddress: {{ hostvars[install_host]['ansible_facts']['default_ipv4']['macaddress'] }}
|