validations-libs/validations_libs
Mathieu Bultel 1ac91f1f31 Allow to set python interper for ansible execution
Some environment still use python2.7 and so /usr/bin/python
interpreter for ansible.
In that case, Ansible will fail to execute.
This option allow the user to pass a specific python interpeter
for the remote.
In None python_interpreter, and connection local is set we use
the local sys.executable, if both are None we use the default.

Change-Id: I4bd25ed50091a963d0b1e5e3a727ece19b90747e
2020-09-03 11:08:01 +02:00
..
tests Show history by play and add get status action 2020-07-06 15:10:37 +00:00
__init__.py Init python project structure 2020-02-28 11:20:15 +01:00
ansible.py Allow to set python interper for ansible execution 2020-09-03 11:08:01 +02:00
constants.py Change ansible artifacts dir to /var/log 2020-03-16 11:10:46 +01:00
group.py Ensure we get a sorted list for validation groups 2020-04-08 11:09:04 +02:00
utils.py Format output in json or yaml for validations show param 2020-04-16 08:26:04 +00:00
validation.py Add unit tests coverage for validation, group and logs classes 2020-04-02 09:41:30 +00:00
validation_actions.py Allow to set python interper for ansible execution 2020-09-03 11:08:01 +02:00
validation_logs.py Show history by play and add get status action 2020-07-06 15:10:37 +00:00