2020-05-18 13:51:01 +02:00
|
|
|
#
|
|
|
|
# Ansible managed
|
|
|
|
#
|
|
|
|
[tox]
|
2021-02-15 15:21:53 +01:00
|
|
|
minversion = 3.21.4
|
2022-01-26 13:13:20 +01:00
|
|
|
envlist = py{310}-ansible-{4,5}
|
2020-10-01 16:36:51 +02:00
|
|
|
|
2020-05-18 13:51:01 +02:00
|
|
|
skipsdist = true
|
|
|
|
|
|
|
|
[testenv]
|
|
|
|
deps =
|
2022-01-26 13:13:20 +01:00
|
|
|
4: ansible == 4.*
|
|
|
|
5: ansible == 5.*
|
2021-02-15 15:21:53 +01:00
|
|
|
molecule[docker]
|
2022-01-26 13:13:20 +01:00
|
|
|
docker == 5.*
|
2021-02-15 15:21:53 +01:00
|
|
|
ansible-lint == 5.*
|
2020-05-18 13:51:01 +02:00
|
|
|
commands = molecule test
|
|
|
|
setenv =
|
|
|
|
TOX_ENVNAME={envname}
|
|
|
|
PY_COLORS=1
|
|
|
|
ANSIBLE_FORCE_COLOR=1
|
2021-02-15 15:21:53 +01:00
|
|
|
ANSIBLE_ROLES_PATH=../
|
2020-05-18 13:51:01 +02:00
|
|
|
|
2021-05-11 13:26:13 +02:00
|
|
|
passenv = namespace image tag DOCKER_HOST
|