|
- hosts: public-web
|
|
roles:
|
|
- apache
|
|
- websites/pyrocufflink.net
|
|
- 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
|