Compare commits

..

No commits in common. "2f6d016532754f0cdd7b4237e922e71e8c357a8f" and "acec77ca5ba1be97c107a3db7ed7705c1110ccce" have entirely different histories.

2 changed files with 1 additions and 9 deletions

View File

@ -3,7 +3,7 @@ all:
vars:
ansible_user: ansible
children:
home:
prod:
vars:
ansible_become: yes
children:
@ -13,10 +13,6 @@ all:
# ansible_host: 192.168.122.14
#dsk-cstm-0.desu.ltd:
lap-s76-lemp9-0.desu.ltd:
prod:
vars:
ansible_become: yes
children:
db:
hosts:
psql1.9iron.club:

View File

@ -9,10 +9,6 @@
- role: ansible-pull
tags: [ ansible, common ]
# Import specific playbooks
- hosts: prod
roles:
- role: netdata
tags: [ mon ]
- import_playbook: playbooks/db.yml
- import_playbook: playbooks/web.yml
- import_playbook: playbooks/game.yml