Compare commits

...

2 Commits

Author SHA1 Message Date
2f6d016532 Test deployment of netdata
Hopefully it's not that bad
2021-01-23 18:52:41 -06:00
d54de87611 Reorganize inv 2021-01-23 18:49:55 -06:00
2 changed files with 9 additions and 1 deletions

View File

@ -3,7 +3,7 @@ all:
vars:
ansible_user: ansible
children:
prod:
home:
vars:
ansible_become: yes
children:
@ -13,6 +13,10 @@ 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,6 +9,10 @@
- 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