fedora-web: haproxy needs to be before other websites so it puts the os cert in place so httpd restarts work
This commit is contained in:
parent
0819f469c0
commit
fc6f5d4f65
1 changed files with 1 additions and 1 deletions
|
@ -146,6 +146,7 @@
|
|||
# out the proxy-specific configuration into a couple different sub-playbooks.
|
||||
# Othewise, this file would be unbearably long.
|
||||
|
||||
- import_playbook: /srv/web/infra/ansible/playbooks/include/proxies-haproxy.yml
|
||||
- import_playbook: /srv/web/infra/ansible/playbooks/include/proxies-certificates.yml
|
||||
- import_playbook: /srv/web/infra/ansible/playbooks/include/proxies-fedora-web.yml
|
||||
- import_playbook: /srv/web/infra/ansible/playbooks/include/proxies-websites.yml
|
||||
|
@ -153,7 +154,6 @@
|
|||
- import_playbook: /srv/web/infra/ansible/playbooks/include/proxies-reverseproxy.yml
|
||||
- import_playbook: /srv/web/infra/ansible/playbooks/include/proxies-rewrites.yml
|
||||
- import_playbook: /srv/web/infra/ansible/playbooks/include/proxies-redirects.yml
|
||||
- import_playbook: /srv/web/infra/ansible/playbooks/include/proxies-haproxy.yml
|
||||
- import_playbook: /srv/web/infra/ansible/playbooks/include/proxies-miscellaneous.yml
|
||||
|
||||
- name: Make sure we are deployed fully
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue