Преглед на файлове

replace NTP server name with its IP, vda -> sda

Grega Bremec преди 1 месец
родител
ревизия
17f6c981b8
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      playbooks/templates/agent-config-template.yaml.j2

+ 2 - 2
playbooks/templates/agent-config-template.yaml.j2

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