klips/ansible/make-host.yml

11 lines
108 B
YAML

---
- hosts: dev
become: yes
roles:
- shared
- nginx
- fail2ban
- postfix
- docker