mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-11-09 23:43:30 +01:00
13 lines
268 B
YAML
13 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
|