8 lines
302 B
YAML
8 lines
302 B
YAML
---
|
|
noauth_mode: false
|
|
wait_for_node_undeploy: false
|
|
|
|
# Ensure that Ansible is using python interpreter and dependencies inside the bifrost virtual environment
|
|
bifrost_venv_dir: "{{ lookup('env', 'VENV') or '/opt/stack/bifrost' }}"
|
|
ansible_python_interpreter: "{{ bifrost_venv_dir + '/bin/python3' }}"
|