kayobe/ansible/roles/deactivate-virtualenv/defaults/main.yml
Mark Goddard a2cbe94b76 Improve bare metal compute node management
Adds these new commands:

kayobe baremetal compute inspect
kayobe baremetal compute manage
kayobe baremetal compute provide

These can be used to set the provision state of ironic nodes in the
baremetal-compute group.
2017-12-13 11:30:26 +00:00

6 lines
355 B
YAML

---
# Path to a python interpreter to set as the ansible_python_interpreter
# variable. The default uses a variable set by the activate-virtualenv role
# containing the original python interpreter before entering the virtualenv.
deactivate_virtualenv_python_interpreter: "{{ activate_virtualenv_current_python_interpreter | default('/usr/bin/python') }}"