Reorganize inventory
This fixes an issue with localhost always becoming during one task which is delegated to localhost that explicitly specifes 'become: false'. Thanks, Ansible.
This commit is contained in:
parent
2febec023f
commit
e1ed70b055
@ -1,22 +1,25 @@
|
|||||||
# vim:ft=ansible:
|
# vim:ft=ansible:
|
||||||
all:
|
all:
|
||||||
vars:
|
vars:
|
||||||
ansible_become: yes
|
|
||||||
ansible_user: ansible
|
ansible_user: ansible
|
||||||
children:
|
children:
|
||||||
desktop:
|
desultd:
|
||||||
hosts:
|
vars:
|
||||||
#vm-rice-0:
|
ansible_become: yes
|
||||||
# ansible_host: 192.168.122.14
|
children:
|
||||||
#dsk-cstm-0.desu.ltd:
|
desktop:
|
||||||
lap-s76-lemp9-0.desu.ltd:
|
hosts:
|
||||||
db:
|
#vm-rice-0:
|
||||||
hosts:
|
# ansible_host: 192.168.122.14
|
||||||
psql1.9iron.club:
|
#dsk-cstm-0.desu.ltd:
|
||||||
psql1.desu.ltd:
|
lap-s76-lemp9-0.desu.ltd:
|
||||||
web:
|
db:
|
||||||
hosts:
|
hosts:
|
||||||
web1.desu.ltd:
|
psql1.9iron.club:
|
||||||
game:
|
psql1.desu.ltd:
|
||||||
hosts:
|
web:
|
||||||
game1.thefuck.how:
|
hosts:
|
||||||
|
web1.desu.ltd:
|
||||||
|
game:
|
||||||
|
hosts:
|
||||||
|
game1.thefuck.how:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user