From f4510972f40641772a1edb7dffe0d3d5fb54b6f7 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 15 Mar 2020 17:06:27 -0500 Subject: [PATCH] websites: add tags to each included role Specifying a unique tag for each website role included in the `websites.yml` playbook will allow convenient partial runs of the playbook to deploy a subset of the websites it manages. --- websites.yml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/websites.yml b/websites.yml index 5c592ce..eea2614 100644 --- a/websites.yml +++ b/websites.yml @@ -3,11 +3,16 @@ apache_default_ssl_vhost: false roles: - apache - - websites/pyrocufflink.net - - websites/dustin.hatch.name - - websites/ebonfire.com - - websites/nratonpass.com - - websites/darkchestofwonders.us + - role: websites/pyrocufflink.net + tags: websites/pyrocufflink.net + - role: websites/dustin.hatch.name + tags: websites/dustin.hatch.name + - role: websites/ebonfire.com + tags: websites/ebonfire.com + - role: websites/nratonpass.com + tags: websites/nratonpass.com + - role: websites/darkchestofwonders.us + tags: websites/darkchestofwonders.us - role: cert cert_src: websites/chmod777.sh.cer cert_dest: /etc/pki/tls/certs/chmod777.sh.cer