46 lines
1.3 KiB
YAML
46 lines
1.3 KiB
YAML
- hosts: public-web
|
|
vars:
|
|
apache_default_ssl_vhost: false
|
|
roles:
|
|
- apache
|
|
- role: formsubmit
|
|
tags: formsubmit
|
|
- role: websites/pyrocufflink.net
|
|
tags: websites/pyrocufflink.net
|
|
- role: cert
|
|
cert_src: websites/dustin.hatch.name.cer
|
|
cert_dest: /etc/pki/tls/certs/dustin.hatch.name.cer
|
|
cert_key_src: websites/dustin.hatch.name.key
|
|
cert_key_dest: /etc/pki/tls/private/dustin.hatch.name.key
|
|
tags: websites/dustin.hatch.name
|
|
- 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/chmod777.sh
|
|
tags: websites/chmod777.sh
|
|
- role: websites/apps.du5t1n.xyz
|
|
tags: websites/apps.du5t1n.xyz
|
|
- role: cert
|
|
cert_src: websites/hatch.chat.cer
|
|
cert_dest: /etc/pki/tls/certs/hatch.chat.cer
|
|
cert_key_src: websites/hatch.chat.key
|
|
cert_key_dest: /etc/pki/tls/private/hatch.chat.key
|
|
tags: websites/hatch.chat
|
|
- role: websites/tabitha
|
|
tags:
|
|
- websites/tabitha
|
|
- role: websites/dustinandtabitha.com
|
|
tags:
|
|
- websites/dustinandtabitha
|
|
- role: websites/hatchlearningcenter.org
|
|
tags:
|
|
- websites/hatchlearningcenter.org
|
|
tasks:
|
|
- name: ensure httpd service is running
|
|
service:
|
|
name=httpd
|
|
state=started
|