ansible-config/basics.yml
2018-11-10 00:32:31 +01:00

22 lines
241 B
YAML

---
- hosts: ffhh
roles:
- basics
- ffhh-basics
tags: basics
- hosts: certbot
roles:
- certbot
tags: certbot
- hosts: certsync
roles:
- certsync
tags: certsync
- hosts: nginx
roles:
- nginx
tags: nginx