Ansible/all.yml

15 lines
183 B
YAML
Raw Normal View History

---
- name: Run all roles
hosts: all
become: yes
become_user: root
become_method: sudo
roles:
- grafana
- iptables
- nginx
- ssh
2020-09-10 22:34:14 +02:00
- telegraf
- uwsgi