Salt
e9e1936b50
This solves my issues with ansible-pull and -galaxy along with giving me a copy of the repos in case geerlingguy's stuff goes down or I need it for offline use
9 lines
193 B
YAML
9 lines
193 B
YAML
---
|
|
apache_vhosts_version: "2.4"
|
|
apache_default_vhost_filename: 000-default.conf
|
|
apache_ports_configuration_items:
|
|
- {
|
|
regexp: "^Listen ",
|
|
line: "Listen {{ apache_listen_port }}"
|
|
}
|