NewsBlur/ansible/playbooks/setup_debug.yml

21 lines
615 B
YAML

---
- name: SETUP -> debug containers
hosts: debugs
vars_files:
- ../env_vars/base.yml
vars:
- update_apt_cache: yes
- motd_role: app
roles:
- {role: 'base', tags: 'base'}
- {role: 'ufw', tags: 'ufw'}
- {role: 'docker', tags: 'docker'}
- {role: 'repo', tags: ['repo', 'pull']}
- {role: 'dnsmasq', tags: 'dnsmasq'}
- {role: 'consul', tags: 'consul'}
- {role: 'consul-client', tags: 'consul'}
- {role: 'node-exporter', tags: ['node-exporter', 'metrics']}
- {role: 'web', tags: 'web'}
- {role: 'node', tags: 'node'}
- {role: 'nginx', tags: 'nginx'}