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:
Salt 2021-01-18 05:18:39 -06:00
parent 2febec023f
commit e1ed70b055

View File

@ -1,22 +1,25 @@
# vim:ft=ansible:
all:
vars:
ansible_become: yes
ansible_user: ansible
children:
desktop:
hosts:
#vm-rice-0:
# ansible_host: 192.168.122.14
#dsk-cstm-0.desu.ltd:
lap-s76-lemp9-0.desu.ltd:
db:
hosts:
psql1.9iron.club:
psql1.desu.ltd:
web:
hosts:
web1.desu.ltd:
game:
hosts:
game1.thefuck.how:
desultd:
vars:
ansible_become: yes
children:
desktop:
hosts:
#vm-rice-0:
# ansible_host: 192.168.122.14
#dsk-cstm-0.desu.ltd:
lap-s76-lemp9-0.desu.ltd:
db:
hosts:
psql1.9iron.club:
psql1.desu.ltd:
web:
hosts:
web1.desu.ltd:
game:
hosts:
game1.thefuck.how: