]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
Add tags to the puddle role.
authorAndrew Schoen <aschoen@redhat.com>
Thu, 30 Apr 2015 14:25:24 +0000 (09:25 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Thu, 30 Apr 2015 14:25:24 +0000 (09:25 -0500)
These might be helpful if we ever want to reconfigure puddle without
re-installing it.  Same with distill.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
roles/puddle/tasks/main.yml

index 4292ad86e2fda44eb958bc877f49be141f486cc9..df6b87ad0cf46ee00ddc9de584dd31d9a701ea64 100644 (file)
@@ -5,12 +5,16 @@
 
 # install puddle
 - include: install.yml
+  tags:
+    - install-puddle
 
 # configure NFS
 - include: nfs.yml
 
 # configure puddle
 - include: configure.yml
+  tags:
+    - configure-puddle
 
 # install and configure web server
 - include: nginx.yml
@@ -19,4 +23,9 @@
 
 # install and configure distill
 - include: distill/install.yml
+  tags:
+    - install-distill
+
 - include: distill/configure.yml
+  tags:
+    - configure-distill