Refactor ansible hosts.yml: Update hosts to include all servers

This commit is contained in:
2024-09-28 11:33:24 +08:00
parent ecae976f3b
commit 0b891864ea
12 changed files with 397 additions and 31 deletions
+5 -1
View File
@@ -30,7 +30,11 @@ arm64:
ansible_host: 192.168.50.205
ansible_user: user
ansible_become_method: sudo
dc08:
node07:
ansible_host: 192.168.50.207
ansible_user: user
ansible_become_method: sudo
node08:
ansible_host: 192.168.50.208
ansible_user: user
ansible_become_method: sudo