diff options
author | Stephen Smoogen <smooge@redhat.com> | 2016-12-01 20:42:42 +0000 |
---|---|---|
committer | Stephen Smoogen <smooge@redhat.com> | 2016-12-01 20:42:42 +0000 |
commit | f7b24a0cfc6baf8ed8dd0805bddaf6e67a6df2cf (patch) | |
tree | 0de5a86f56bc6b84036581eb8084d96e568cf079 | |
parent | 178fa600da2b37f1200d94fcbc37cb55613ab13d (diff) | |
download | ansible-f7b24a0cfc6baf8ed8dd0805bddaf6e67a6df2cf.tar.gz ansible-f7b24a0cfc6baf8ed8dd0805bddaf6e67a6df2cf.tar.xz ansible-f7b24a0cfc6baf8ed8dd0805bddaf6e67a6df2cf.zip |
just dont do it
-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 |