mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
default_vars
This commit is contained in:
parent
94917cb26c
commit
62672c9605
1 changed files with 6 additions and 8 deletions
|
@ -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/<VERSION>/apache2/php.ini
|
||||
#
|
||||
|
||||
# Make this False to disable http://box/common/services/power_off.php button:
|
||||
apache_allow_sudo: True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue