a80d03e5af
This change fixes the cases where ansible is looking for vars file on the AnsibleController instead of the remote StarlingX. Also, this file adds requirements.txt and uses it for the tox "venv" setup in order to provide an wasy way for a user to create an environment to remotely run ansible with the same toolset we have on a StarlingX ISO. TEST PLAN PASS remote play for backup PASS local play for backup PASS remote play for restore PASS local play for restore Closes-Bug: #1986691 Signed-off-by: Thiago Brito <thiago.brito@windriver.com> Change-Id: I27ea61428afafbd12434fca6f7bef4526ee01559
5 lines
64 B
Plaintext
5 lines
64 B
Plaintext
ansible==2.10.7
|
|
jinja2==2.11.3
|
|
markupsafe==1.1.1
|
|
netaddr==0.8.0
|