Add basic caddy role

This commit is contained in:
2022-11-02 22:29:30 +03:00
parent d9f7c7a93b
commit 4867d6da6a
7 changed files with 167 additions and 1 deletions

View File

@ -7,7 +7,8 @@
roles:
- common
- { role: mariadb, when: mariadb_databases is defined}
- nginx
- { role: nginx, when: webserver is defined and webserver == 'nginx' }
- { role: caddy, when: webserver is defined and webserver == 'caddy' }
- php-fpm
- munin
vars_files: