ansible-config/basics.yml
2023-09-02 13:08:23 +02:00

29 lines
398 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: nodejs
roles:
- alxndr42.commons.nodejs
tags: nodejs
- hosts: certbot
roles:
- alxndr42.commons.certbot
tags: certbot
- hosts: certsync
roles:
- certsync
tags: certsync