mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-12-22 11:00:18 +01:00
Set some role variables in the test playbook
This commit is contained in:
parent
5260215d28
commit
609812fb48
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue