1
0
Fork 0
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:
A Holt 2018-10-15 05:20:01 -04:00 committed by GitHub
parent 67f1592817
commit de58d97c75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,11 +5,12 @@
# By convention we use True/False to indicate boolean constants.
# Configuration File(s)
# Configuration Files
iiab_local_vars_file: /etc/iiab/local_vars.yml
iiab_env_file: /etc/iiab/iiab.env
iiab_ini_file: /etc/iiab/iiab.ini
service_filelist: "{{ iiab_ini_file }}"
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_dir: "{{ iiab_base }}/iiab"