configpolicy/websites.yml

13 lines
261 B
YAML

- hosts: public-web
roles:
- apache
- 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