aboutsummaryrefslogtreecommitdiffstats
path: root/roles/apache_vhost/defaults/main.yml
blob: c9bc05ca1574b8732a037bf177d3a3562534c4b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
apache_server_name: '{{ ansible_fqdn }}'
apache_server_aliases: '{{ [] if apache_letsencrypt else cnames }}'

apache_default_vhost: no
apache_autoindex: no

apache_letsencrypt: no
apache_use_ssl: yes
apache_use_http2: yes
apache_redirect_to_https: yes

apache_ldap_servers: '{{ freeipa_hosts }}'

apache_config: ''