From 56c432f3ced8dcffe640308f2f3f0ae8d23d3e69 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Fri, 15 Feb 2013 14:54:01 +0000 Subject: [PATCH] tag other things the same --- playbooks/hosts/copr-be.cloud.fedoraproject.org.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/playbooks/hosts/copr-be.cloud.fedoraproject.org.yml b/playbooks/hosts/copr-be.cloud.fedoraproject.org.yml index 576c85f91f..0b87b02e35 100644 --- a/playbooks/hosts/copr-be.cloud.fedoraproject.org.yml +++ b/playbooks/hosts/copr-be.cloud.fedoraproject.org.yml @@ -106,6 +106,8 @@ - library - files - files/mock + tags: + - provision_config # note - kill this when ansible 0.9 comes out - name: put ec2_create and add_host module into library path @@ -113,14 +115,20 @@ with_items: - ec2_create - add_host + tags: + - provision_config - name: put addhost into action_plugins path action: copy src=$basedir/action_plugins/add_host.py dest=/srv/copr-work/provision/action_plugins/add_host.py + tags: + - provision_config # end kill this w/0.9 - name: put ansible.cfg for all this into /etc/ansible/ on the system action: copy src=$files/copr/provision/ansible.cfg dest=/etc/ansible/ansible.cfg + tags: + - provision_config - name: put some files into the provision subdir @@ -135,11 +143,15 @@ - name: put files into the files subdir off of provisioning action: copy src=$item dest=/srv/copr-work/provision/files/ with_fileglob: $files/copr/provision/files/* + tags: + - provision_config # ansible lacks a recurse - so we need this until then - name: put files into the files/mock subdir off of provisioning action: copy src=$item dest=/srv/copr-work/provision/files/mock with_fileglob: $files/copr/provision/files/mock/* + tags: + - provision_config