- hosts: public-web vars: apache_default_ssl_vhost: false roles: - apache - role: mod_md tags: - mod_md - role: formsubmit tags: formsubmit - role: websites/pyrocufflink.net tags: websites/pyrocufflink.net - role: websites/dustin.hatch.name tags: websites/dustin.hatch.name - role: websites/ebonfire.com tags: websites/ebonfire.com - role: websites/nratonpass.com tags: websites/nratonpass.com - role: websites/chmod777.sh tags: websites/chmod777.sh - role: websites/apps.du5t1n.xyz tags: websites/apps.du5t1n.xyz - role: cert cert_src: websites/hatch.chat.cer cert_dest: /etc/pki/tls/certs/hatch.chat.cer cert_key_src: websites/hatch.chat.key cert_key_dest: /etc/pki/tls/private/hatch.chat.key tags: websites/hatch.chat - role: websites/tabitha tags: - websites/tabitha - role: websites/dustinandtabitha.com tags: - websites/dustinandtabitha - role: websites/hatchlearningcenter.org tags: - websites/hatchlearningcenter.org tasks: - name: ensure httpd service is running service: name=httpd state=started