web.yml: Only run MariaDB role if it is needed
Not all web hosts need this. Some are static sites, for example.
This commit is contained in:
parent
1b75679496
commit
101c05d248
2
web.yml
2
web.yml
@ -6,7 +6,7 @@
|
||||
become: yes
|
||||
roles:
|
||||
- common
|
||||
- mariadb
|
||||
- { role: mariadb, when: mariadb_databases is defined}
|
||||
- nginx
|
||||
- php-fpm
|
||||
- munin
|
||||
|
Loading…
x
Reference in New Issue
Block a user