ansible-config/basics.yml
2022-05-23 22:03:24 +02:00

24 lines
327 B
YAML

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