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>
# 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
# install and configure distill
- include: distill/install.yml
+ tags:
+ - install-distill
+
- include: distill/configure.yml
+ tags:
+ - configure-distill