diff options
-rw-r--r-- | playbooks/groups/proxies.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/groups/proxies.yml b/playbooks/groups/proxies.yml index e0dfd52f9..c708edc78 100644 --- a/playbooks/groups/proxies.yml +++ b/playbooks/groups/proxies.yml @@ -138,13 +138,13 @@ # out the proxy-specific configuration into a couple different sub-playbooks. # Othewise, this file would be unbearably long. -- include: /srv/web/infra/ansible/playbooks/include/proxies-haproxy.yml - include: /srv/web/infra/ansible/playbooks/include/proxies-certificates.yml - include: /srv/web/infra/ansible/playbooks/include/proxies-websites.yml - include: /srv/web/infra/ansible/playbooks/include/proxies-reverseproxy.yml - include: /srv/web/infra/ansible/playbooks/include/proxies-rewrites.yml - include: /srv/web/infra/ansible/playbooks/include/proxies-redirects.yml - include: /srv/web/infra/ansible/playbooks/include/proxies-fedora-web.yml +- include: /srv/web/infra/ansible/playbooks/include/proxies-haproxy.yml - include: /srv/web/infra/ansible/playbooks/include/proxies-miscellaneous.yml - name: Make sure we are deployed fully |