59 lines
1.5 KiB
YAML
Executable File
59 lines
1.5 KiB
YAML
Executable File
- hosts: public-web
|
|
vars:
|
|
apache_default_ssl_vhost: false
|
|
roles:
|
|
- apache
|
|
- 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: websites/chmod777.sh
|
|
tags: websites/chmod777.sh
|
|
- role: websites/proxy-bitwarden
|
|
tags:
|
|
- websites/proxy
|
|
- websites/proxy-bitwarden
|
|
- role: websites/proxy-gitea
|
|
tags:
|
|
- websites/proxy
|
|
- websites/proxy-gitea
|
|
- role: websites/proxy-jenkins
|
|
tags:
|
|
- websites/proxy
|
|
- websites/proxy-jenkins
|
|
- role: websites/proxy-nextcloud
|
|
tags:
|
|
- websites/proxy
|
|
- websites/proxy-nextcloud
|
|
- role: websites/proxy-openvpn
|
|
tags:
|
|
- websites/proxy
|
|
- websites/proxy-openvpn
|
|
- 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/proxy-matrix
|
|
tags:
|
|
- websites/proxy
|
|
- websites/hatch.chat
|
|
- role: websites/tabitha
|
|
tags:
|
|
- websites/tabitha
|
|
- role: websites/dustinandtabitha.com
|
|
tags:
|
|
- websites/dustinandtabitha
|
|
tasks:
|
|
- name: ensure httpd service is running
|
|
service:
|
|
name=httpd
|
|
state=started
|