Ansible/all.yml

16 lines
198 B
YAML

---
- name: Run all roles
hosts: all
become: yes
become_user: root
become_method: sudo
roles:
- goaccess
- grafana
- iptables
- nginx
- ssh
- telegraf
- uwsgi