Compare commits
No commits in common. "2f6d016532754f0cdd7b4237e922e71e8c357a8f" and "acec77ca5ba1be97c107a3db7ed7705c1110ccce" have entirely different histories.
2f6d016532
...
acec77ca5b
@ -3,7 +3,7 @@ all:
|
|||||||
vars:
|
vars:
|
||||||
ansible_user: ansible
|
ansible_user: ansible
|
||||||
children:
|
children:
|
||||||
home:
|
prod:
|
||||||
vars:
|
vars:
|
||||||
ansible_become: yes
|
ansible_become: yes
|
||||||
children:
|
children:
|
||||||
@ -13,10 +13,6 @@ all:
|
|||||||
# ansible_host: 192.168.122.14
|
# ansible_host: 192.168.122.14
|
||||||
#dsk-cstm-0.desu.ltd:
|
#dsk-cstm-0.desu.ltd:
|
||||||
lap-s76-lemp9-0.desu.ltd:
|
lap-s76-lemp9-0.desu.ltd:
|
||||||
prod:
|
|
||||||
vars:
|
|
||||||
ansible_become: yes
|
|
||||||
children:
|
|
||||||
db:
|
db:
|
||||||
hosts:
|
hosts:
|
||||||
psql1.9iron.club:
|
psql1.9iron.club:
|
||||||
|
4
site.yml
4
site.yml
@ -9,10 +9,6 @@
|
|||||||
- role: ansible-pull
|
- role: ansible-pull
|
||||||
tags: [ ansible, common ]
|
tags: [ ansible, common ]
|
||||||
# Import specific playbooks
|
# Import specific playbooks
|
||||||
- hosts: prod
|
|
||||||
roles:
|
|
||||||
- role: netdata
|
|
||||||
tags: [ mon ]
|
|
||||||
- import_playbook: playbooks/db.yml
|
- import_playbook: playbooks/db.yml
|
||||||
- import_playbook: playbooks/web.yml
|
- import_playbook: playbooks/web.yml
|
||||||
- import_playbook: playbooks/game.yml
|
- import_playbook: playbooks/game.yml
|
||||||
|
Loading…
Reference in New Issue
Block a user