mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update default_vars.yml
This commit is contained in:
parent
e7cb6161c5
commit
2c4a996a0b
1 changed files with 4 additions and 7 deletions
|
@ -1,16 +1,13 @@
|
||||||
# WARNING: DO NOT MODIFY THIS FILE.
|
# DO NOT MODIFY THIS FILE! CHANGES WILL BE LOST WHEN "git pull" IS RUN!
|
||||||
# CHANGES WILL BE LOST IF YOU DO A GIT PULL OR FETCH.
|
# PUT YOUR CUSTOMIZATIONS HERE: /etc/iiab/local_vars.yml
|
||||||
# Instead put changes in your own /etc/iiab/local_vars.yml
|
# READ "What is local_vars.yml and how do I customize it?" IN http://FAQ.IIAB.IO
|
||||||
# PLZ READ http://wiki.laptop.org/go/IIAB/local_vars.yml AND http://FAQ.IIAB.IO
|
|
||||||
|
|
||||||
# By convention we use True/False to indicate boolean constants.
|
# By convention we use True/False to indicate boolean values.
|
||||||
|
|
||||||
# Configuration Files
|
# Configuration Files
|
||||||
iiab_local_vars_file: /etc/iiab/local_vars.yml
|
iiab_local_vars_file: /etc/iiab/local_vars.yml
|
||||||
iiab_env_file: /etc/iiab/iiab.env
|
iiab_env_file: /etc/iiab/iiab.env
|
||||||
iiab_ini_file: /etc/iiab/iiab.ini
|
iiab_ini_file: /etc/iiab/iiab.ini
|
||||||
#iiab_config_file: "{{ iiab_ini_file }}" # Legacy support / let's phase this out eventually
|
|
||||||
#service_filelist: "{{ iiab_ini_file }}" # Legacy support / let's phase this out eventually
|
|
||||||
|
|
||||||
iiab_base: /opt/iiab
|
iiab_base: /opt/iiab
|
||||||
iiab_dir: "{{ iiab_base }}/iiab"
|
iiab_dir: "{{ iiab_base }}/iiab"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue