From 609812fb484b1fd86a6b6e0ee289c4936287999b Mon Sep 17 00:00:00 2001 From: Bert Van Vreckem Date: Sat, 12 Dec 2015 11:36:56 +0100 Subject: [PATCH] Set some role variables in the test playbook --- tests/test.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/test.yml b/tests/test.yml index 09d3cf6..0bf4014 100644 --- a/tests/test.yml +++ b/tests/test.yml @@ -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