Restore the previous behaviour.
This commit is contained in:
parent
10fcf1a5cf
commit
2c62fcff8c
|
@ -149,6 +149,8 @@ nginx_robots_disallowed_useragent_list:
|
||||||
nginx_robots_disallowed_uris: False
|
nginx_robots_disallowed_uris: False
|
||||||
nginx_robots_disallowed_uris_list: []
|
nginx_robots_disallowed_uris_list: []
|
||||||
|
|
||||||
|
# Set this to True to use the provided virtualhost template.
|
||||||
|
nginx_use_common_virthost: False
|
||||||
# List any options here, ending with ;
|
# List any options here, ending with ;
|
||||||
#
|
#
|
||||||
# Virtualhost example
|
# Virtualhost example
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
when: ansible_distribution_file_variety == "RedHat"
|
when: ansible_distribution_file_variety == "RedHat"
|
||||||
- import_tasks: nginx-config.yml
|
- import_tasks: nginx-config.yml
|
||||||
- import_tasks: nginx-virtualhosts.yml
|
- import_tasks: nginx-virtualhosts.yml
|
||||||
when: nginx_virtualhosts | length
|
when: nginx_use_common_virthost
|
||||||
- import_tasks: robots-txt.yml
|
- import_tasks: robots-txt.yml
|
||||||
- import_tasks: nginx-logrotate.yml
|
- import_tasks: nginx-logrotate.yml
|
||||||
- import_tasks: nginx-letsencrypt.yml
|
- import_tasks: nginx-letsencrypt.yml
|
||||||
|
|
Loading…
Reference in New Issue