diff --git a/inventory/hosts.yml b/inventory/hosts.yml index 7b78937..8a16add 100644 --- a/inventory/hosts.yml +++ b/inventory/hosts.yml @@ -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: