diff --git a/hosts b/hosts index 8fa009b..2a93685 100644 --- a/hosts +++ b/hosts @@ -35,6 +35,8 @@ dc0.pyrocufflink.blue [postgresql:children] zabbix-server +[public-web] + [pyrocufflink] cm0.pyrocufflink.blue dc0.pyrocufflink.blue diff --git a/websites.yml b/websites.yml new file mode 100644 index 0000000..881898b --- /dev/null +++ b/websites.yml @@ -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