ansible-config/basics.yml
2020-04-08 23:13:47 +02:00

24 lines
277 B
YAML

---
- hosts: ffhh
roles:
- basics
- ffhh-basics
tags: basics
- hosts: nginx
roles:
- nginx
- nginx-extra
- error-pages
tags: nginx
- hosts: certbot
roles:
- certbot
tags: certbot
- hosts: certsync
roles:
- certsync
tags: certsync