mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-10-21 21:45:36 +00:00
Removed default homepage from nginx
This commit is contained in:
@@ -36,15 +36,6 @@
|
|||||||
domain: "{{top_domain}}"
|
domain: "{{top_domain}}"
|
||||||
when: run_once_nginx is not defined
|
when: run_once_nginx is not defined
|
||||||
|
|
||||||
- name: configure {{top_domain}}.conf
|
|
||||||
template:
|
|
||||||
src: "homepage.nginx.conf.j2"
|
|
||||||
dest: "{{nginx_servers_directory}}{{top_domain}}.conf"
|
|
||||||
vars:
|
|
||||||
domain: "{{top_domain}}"
|
|
||||||
notify: restart nginx
|
|
||||||
when: run_once_nginx is not defined
|
|
||||||
|
|
||||||
- name: flush nginx service
|
- name: flush nginx service
|
||||||
meta: flush_handlers
|
meta: flush_handlers
|
||||||
when: run_once_nginx is not defined
|
when: run_once_nginx is not defined
|
||||||
|
Reference in New Issue
Block a user