c904de2db5
This change allows Ansible to be installed and executed from within a virtual environment. Closes-Bug: 1431324 Implements: blueprint ansible-2-1-support Change-Id: I2fb19dd8218753f75bd7550ed7ba9b79f777083d Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
10 lines
470 B
YAML
10 lines
470 B
YAML
---
|
|
features:
|
|
- To ensure the deployment system remains clean the Ansible execution environment is
|
|
contained within a virtual environment. The virtual environment is created at
|
|
"/opt/ansible-runtime" and the "ansible.*" CLI commands are linked within /usr/local/bin
|
|
to ensure there is no interruption in the deployer workflow.
|
|
deprecations:
|
|
- Installation of Ansible on the root system, outside of a virtual environment, will
|
|
no longer be supported.
|