aboutsummaryrefslogtreecommitdiffstats
path: root/roles/apache/defaults/main.yml
blob: b5dad87cbba4132b0354ca0fe29dea9a9a509d50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
apache_use_nfs: no
apache_can_network_relay: yes
apache_can_network_connect: no
apache_can_network_connect_db: no
apache_can_connect_ldap: no
apache_can_sendmail: no
apache_gssapi: no

apache_listen_ports:
  - 80

apache_ssl_listen_ports:
  - 443

apache_sysaccount_username: apache

apache_backup_dirs: []