From 6bedc3a2ca7c8320ce202a9ce7f5a24d28b1fa68 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 24 Jan 2015 16:49:23 +0000 Subject: [PATCH] Move proxy subplaybooks to an include dir so they don't get run by check/diff script. --- playbooks/groups/proxies.yml | 16 ++++++++-------- .../{groups => include}/proxies-certificates.yml | 0 .../{groups => include}/proxies-fedora-web.yml | 0 .../{groups => include}/proxies-haproxy.yml | 0 .../proxies-miscellaneous.yml | 0 .../{groups => include}/proxies-redirects.yml | 0 .../{groups => include}/proxies-reverseproxy.yml | 0 .../{groups => include}/proxies-rewrites.yml | 0 .../{groups => include}/proxies-websites.yml | 0 9 files changed, 8 insertions(+), 8 deletions(-) rename playbooks/{groups => include}/proxies-certificates.yml (100%) rename playbooks/{groups => include}/proxies-fedora-web.yml (100%) rename playbooks/{groups => include}/proxies-haproxy.yml (100%) rename playbooks/{groups => include}/proxies-miscellaneous.yml (100%) rename playbooks/{groups => include}/proxies-redirects.yml (100%) rename playbooks/{groups => include}/proxies-reverseproxy.yml (100%) rename playbooks/{groups => include}/proxies-rewrites.yml (100%) rename playbooks/{groups => include}/proxies-websites.yml (100%) diff --git a/playbooks/groups/proxies.yml b/playbooks/groups/proxies.yml index c6ac3af6be..f1158d8152 100644 --- a/playbooks/groups/proxies.yml +++ b/playbooks/groups/proxies.yml @@ -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 diff --git a/playbooks/groups/proxies-certificates.yml b/playbooks/include/proxies-certificates.yml similarity index 100% rename from playbooks/groups/proxies-certificates.yml rename to playbooks/include/proxies-certificates.yml diff --git a/playbooks/groups/proxies-fedora-web.yml b/playbooks/include/proxies-fedora-web.yml similarity index 100% rename from playbooks/groups/proxies-fedora-web.yml rename to playbooks/include/proxies-fedora-web.yml diff --git a/playbooks/groups/proxies-haproxy.yml b/playbooks/include/proxies-haproxy.yml similarity index 100% rename from playbooks/groups/proxies-haproxy.yml rename to playbooks/include/proxies-haproxy.yml diff --git a/playbooks/groups/proxies-miscellaneous.yml b/playbooks/include/proxies-miscellaneous.yml similarity index 100% rename from playbooks/groups/proxies-miscellaneous.yml rename to playbooks/include/proxies-miscellaneous.yml diff --git a/playbooks/groups/proxies-redirects.yml b/playbooks/include/proxies-redirects.yml similarity index 100% rename from playbooks/groups/proxies-redirects.yml rename to playbooks/include/proxies-redirects.yml diff --git a/playbooks/groups/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml similarity index 100% rename from playbooks/groups/proxies-reverseproxy.yml rename to playbooks/include/proxies-reverseproxy.yml diff --git a/playbooks/groups/proxies-rewrites.yml b/playbooks/include/proxies-rewrites.yml similarity index 100% rename from playbooks/groups/proxies-rewrites.yml rename to playbooks/include/proxies-rewrites.yml diff --git a/playbooks/groups/proxies-websites.yml b/playbooks/include/proxies-websites.yml similarity index 100% rename from playbooks/groups/proxies-websites.yml rename to playbooks/include/proxies-websites.yml