mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-24 17:06:00 +00:00
Refactor ansible hosts.yml: Remove unused ansible_become_method for hosts
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
backend:
|
||||
hosts:
|
||||
nfs:
|
||||
ansible_host: 192.168.50.225
|
||||
ansible_user: root
|
||||
ansible_become_method: su
|
||||
swarm:
|
||||
ansible_host: 192.168.50.220
|
||||
ansible_user: user
|
||||
ansible_become_method: sudo
|
||||
firewall:
|
||||
ansible_host: 192.168.50.170
|
||||
ansible_user: root
|
||||
ansible_become_method: su
|
||||
|
||||
dev:
|
||||
hosts:
|
||||
dev302:
|
||||
ansible_host: 192.168.1.10
|
||||
Reference in New Issue
Block a user