- hosts: public-web vars: apache_default_ssl_vhost: false 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