vhost conf file update now conditionnal

This commit is contained in:
2021-09-24 07:37:25 +02:00
parent f68cb1c867
commit 9b0f95946c
3 changed files with 4 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ apache_ssl_chain: /etc/letsencrypt/live/{{ apache_server_name }}/fullchain.pem
apache_ssl_key: /etc/letsencrypt/live/{{ apache_server_name }}/privkey.pem
apache_user: {{ apache_server_name | regex_search( '([^.]+)' ) }} }}
apache_allowoverride: all
apache_update_conf: true - wether we override existing config file
Example Playbook
----------------