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

apache_default_vhost: no
apache_config_name: '{{ apache_server_name }}'

apache_listen_ip: '*'

apache_autoindex: no

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

apache_config: ''