websites: PB to deploy public-facing websites

jenkins-master
Dustin 2018-07-29 09:37:05 -05:00
parent 33ee3bf08d
commit 2d8418c7a7
2 changed files with 15 additions and 0 deletions

2
hosts
View File

@ -35,6 +35,8 @@ dc0.pyrocufflink.blue
[postgresql:children]
zabbix-server
[public-web]
[pyrocufflink]
cm0.pyrocufflink.blue
dc0.pyrocufflink.blue

13
websites.yml Normal file
View File

@ -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