klips/ansible/make-host.yml

11 lines
106 B
YAML

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