mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-24 17:06:00 +00:00
Refactor ansible hosts.yml: Update hosts to include all servers
This commit is contained in:
@@ -15,12 +15,16 @@ backend:
|
||||
|
||||
dev:
|
||||
hosts:
|
||||
dev301:
|
||||
ansible_host: 192.168.50.71
|
||||
ansible_user: user
|
||||
ansible_become_method: sudo
|
||||
dev302:
|
||||
ansible_host: 192.168.1.10
|
||||
ansible_user: user
|
||||
ansible_become_method: sudo
|
||||
dev301:
|
||||
ansible_host: 192.168.50.71
|
||||
dev303:
|
||||
ansible_host: 192.168.50.30
|
||||
ansible_user: user
|
||||
ansible_become_method: sudo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user