aboutsummaryrefslogtreecommitdiffstats
path: root/roles/apache_vhost/defaults/main.yml
blob: 9a915220180bd94f8ce9d0b7ad5ef1a0f96478c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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: '*'

apache_autoindex: no

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

apache_config: ''