mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
prep for moving collections
This commit is contained in:
parent
1c1606cf52
commit
22b3199863
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,10 @@ iiab_env_file: "{{ iiab_etc_path }}/iiab.env"
|
||||||
iiab_ini_file: "{{ iiab_etc_path }}/iiab.ini"
|
iiab_ini_file: "{{ iiab_etc_path }}/iiab.ini"
|
||||||
iiab_state_file: "{{ iiab_etc_path }}/iiab_state.yml"
|
iiab_state_file: "{{ iiab_etc_path }}/iiab_state.yml"
|
||||||
|
|
||||||
|
# keep syncd with scripts/ansible
|
||||||
|
ansible_venv_path: /usr/local/ansible
|
||||||
|
ansible_collections_path: "{{ ansible_venv_path }}/collections"
|
||||||
|
|
||||||
iiab_base: /opt/iiab
|
iiab_base: /opt/iiab
|
||||||
iiab_dir: "{{ iiab_base }}/iiab"
|
iiab_dir: "{{ iiab_base }}/iiab"
|
||||||
pip_packages_dir: "{{ iiab_base }}/pip-packages"
|
pip_packages_dir: "{{ iiab_base }}/pip-packages"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue