1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

default_vars

This commit is contained in:
Jerry Vonau 2019-11-18 12:20:24 -06:00
parent 94917cb26c
commit 62672c9605

View file

@ -206,10 +206,6 @@ openvpn_server_real_ip: 3.89.148.185
openvpn_server_virtual_ip: 10.8.0.1 openvpn_server_virtual_ip: 10.8.0.1
openvpn_server_port: 1194 openvpn_server_port: 1194
# apache
apache_install: True
apache_enabled: True
allow_apache_sudo: False
# Some prefer 512MB for Zero W, others prefer 2048MB or higher for RPi 3 and 4. # Some prefer 512MB for Zero W, others prefer 2048MB or higher for RPi 3 and 4.
# Please see recommendations at: https://itsfoss.com/swap-size/ # Please see recommendations at: https://itsfoss.com/swap-size/
pi_swap_file_size: 1024 pi_swap_file_size: 1024
@ -226,18 +222,19 @@ exFAT_enabled: True
# 3-BASE-SERVER # 3-BASE-SERVER
# Variables fo Administrative Console # Variables for Administrative Console
admin_console_install: True admin_console_install: True
admin_console_enabled: True admin_console_enabled: True
# variables related to introduction of nginx # variables related to introduction of nginx
# apache # apache
apache_port: "8090"
apache_interface: "127.0.0.1"
apache_install: True apache_install: True
apache_enabled: True apache_enabled: True
apache_port: "8090"
apache_interface: "127.0.0.1"
# The following variable, if True, allows Admin Console to poweroff IIAB # The following variable, if True, allows Admin Console to poweroff IIAB
allow_apache_sudo: False # see below
#allow_apache_sudo: False
nginx_port: "80" nginx_port: "80"
nginx_interface: "0.0.0.0" nginx_interface: "0.0.0.0"
@ -254,6 +251,7 @@ apache_high_php_limits: False
# https://github.com/iiab/iiab/blob/master/roles/httpd/tasks/main.yml#L80-L84 # https://github.com/iiab/iiab/blob/master/roles/httpd/tasks/main.yml#L80-L84
# ...ARE SUITABLE FOR YOUR HARDWARE IN /etc/php/<VERSION>/apache2/php.ini # ...ARE SUITABLE FOR YOUR HARDWARE IN /etc/php/<VERSION>/apache2/php.ini
# #
# Make this False to disable http://box/common/services/power_off.php button: # Make this False to disable http://box/common/services/power_off.php button:
apache_allow_sudo: True apache_allow_sudo: True