Move proxy subplaybooks to an include dir so they don't get run by check/diff script.

This commit is contained in:
Kevin Fenzi 2015-01-24 16:49:23 +00:00
parent 136e9397fd
commit 6bedc3a2ca
9 changed files with 8 additions and 8 deletions

View file

@ -93,14 +93,14 @@
# out the proxy-specific configuration into a couple different sub-playbooks.
# Othewise, this file would be unbearably long.
- include: proxies-certificates.yml
- include: proxies-websites.yml
- include: proxies-reverseproxy.yml
- include: proxies-rewrites.yml
- include: proxies-redirects.yml
- include: proxies-fedora-web.yml
- include: proxies-haproxy.yml
- include: proxies-miscellaneous.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: Some after the after stuff for proxies.
# hosts: proxies-stg