Set some role variables in the test playbook

This commit is contained in:
Bert Van Vreckem 2015-12-12 11:36:56 +01:00
parent 5260215d28
commit 609812fb48

View file

@ -1,4 +1,11 @@
---
- hosts: all
vars:
apache_listen_port_ssl: 443
apache_create_vhosts: true
apache_vhosts_filename: "vhosts.conf"
apache_vhosts:
- servername: "example.com"
documentroot: "/var/www/vhosts/example_com"
roles:
- geerlingguy.apache