feat: initial commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-01-15 21:32:00 +01:00
commit e53a7da36c
40 changed files with 516 additions and 0 deletions

20
tox.ini Normal file
View File

@@ -0,0 +1,20 @@
[tox]
recreate = true
skipsdist = true
envlist = py{3}-ansible
[testenv]
passenv = *
deps =
ansible==2.9.*
pytest-testinfra==6.0.*
molecule==3.2.*
molecule-vagrant==0.6.*
python-vagrant==0.5.*
paramiko==2.6.0
ansible-lint==4.3.*
[testenv:ci]
passenv = *
ansible-galaxy install -r requirements.yml --ignore-errors -p roles-dependencies --force
molecule lint