14 lines
268 B
YAML
14 lines
268 B
YAML
|
---
|
||
|
- 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:
|
||
|
- role_under_test
|