Dmitry Tantsur aa727de74d Switch to using authentication by default
Change-Id: I7e3a76de9d37da224298f3821ab8ffc8448966fd
2020-12-14 13:40:35 +01:00

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' }}"