From 62672c960504ab468a32461e9f4b3be14a205340 Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Mon, 18 Nov 2019 12:20:24 -0600 Subject: [PATCH] default_vars --- vars/default_vars.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/vars/default_vars.yml b/vars/default_vars.yml index 486c75b9a..56f14f4a5 100644 --- a/vars/default_vars.yml +++ b/vars/default_vars.yml @@ -206,10 +206,6 @@ openvpn_server_real_ip: 3.89.148.185 openvpn_server_virtual_ip: 10.8.0.1 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. # Please see recommendations at: https://itsfoss.com/swap-size/ pi_swap_file_size: 1024 @@ -226,18 +222,19 @@ exFAT_enabled: True # 3-BASE-SERVER -# Variables fo Administrative Console +# Variables for Administrative Console admin_console_install: True admin_console_enabled: True # variables related to introduction of nginx # apache -apache_port: "8090" -apache_interface: "127.0.0.1" apache_install: True apache_enabled: True +apache_port: "8090" +apache_interface: "127.0.0.1" # 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_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 # ...ARE SUITABLE FOR YOUR HARDWARE IN /etc/php//apache2/php.ini # + # Make this False to disable http://box/common/services/power_off.php button: apache_allow_sudo: True