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