klips/ansible/make-host.yml

11 lines
106 B
YAML
Raw Normal View History

---
- hosts: dev
become: yes
roles:
- core
- nginx
2020-04-15 23:03:42 +00:00
- fail2ban
- postfix
- docker