websites: PB to deploy public-facing websites
parent
33ee3bf08d
commit
2d8418c7a7
2
hosts
2
hosts
|
@ -35,6 +35,8 @@ dc0.pyrocufflink.blue
|
||||||
[postgresql:children]
|
[postgresql:children]
|
||||||
zabbix-server
|
zabbix-server
|
||||||
|
|
||||||
|
[public-web]
|
||||||
|
|
||||||
[pyrocufflink]
|
[pyrocufflink]
|
||||||
cm0.pyrocufflink.blue
|
cm0.pyrocufflink.blue
|
||||||
dc0.pyrocufflink.blue
|
dc0.pyrocufflink.blue
|
||||||
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
- hosts: public-web
|
||||||
|
roles:
|
||||||
|
- apache
|
||||||
|
- certbot
|
||||||
|
- websites/dustin.hatch.name
|
||||||
|
- websites/ebonfire.com
|
||||||
|
- websites/nratonpass.com
|
||||||
|
- websites/darkchestofwonders.us
|
||||||
|
tasks:
|
||||||
|
- name: ensure httpd service is running
|
||||||
|
service:
|
||||||
|
name=httpd
|
||||||
|
state=started
|
Loading…
Reference in New Issue