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.jenkins-master
parent
db6d13013a
commit
f4510972f4
15
websites.yml
15
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
|
||||
|
|
Loading…
Reference in New Issue