ansible-config/basics.yml
2022-04-14 13:43:05 +02:00

24 lines
276 B
YAML

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