Jelajahi Sumber

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

Grega Bremec 1 bulan lalu
induk
melakukan
17f6c981b8
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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'] }}