From fc6f5d4f65d2660d14186732cf2754c2ebcf866e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 17 Dec 2018 16:45:27 +0000 Subject: [PATCH] fedora-web: haproxy needs to be before other websites so it puts the os cert in place so httpd restarts work --- playbooks/groups/proxies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/proxies.yml b/playbooks/groups/proxies.yml index 2c2d6d5a6a..abb43fd8a1 100644 --- a/playbooks/groups/proxies.yml +++ b/playbooks/groups/proxies.yml @@ -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