ansible-config/basics.yml
2020-04-08 22:49:09 +02:00

23 lines
259 B
YAML

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