Skip to content
Snippets Groups Projects
Commit 60d81e92 authored by nimrod's avatar nimrod
Browse files

Merge branch 'master' of /home/nimrod/Documents/Shore/Ansible/example

# Conflicts:
#	tasks/main.yml
parents 73b5c30f 4555313c
No related branches found
No related tags found
No related merge requests found
- repo: https://github.com/pre-commit/pre-commit-hooks
sha: v0.9.1
sha: v0.9.3
hooks:
- id: check-added-large-files
- id: check-json
......@@ -9,11 +9,11 @@
- id: flake8
- id: check-symlinks
- repo: https://github.com/adarnimrod/ansible-pre-commit.git
sha: v0.6.0
sha: v0.7.0
hooks:
- id: ansible-syntax-check
- repo: https://github.com/willthames/ansible-lint
sha: v3.4.13
sha: v3.4.15
hooks:
- id: ansible-lint
files: tests/playbook.yml
......
ansible==2.3.1.0
testinfra==1.6.4
molecule==1.25.0
ansible-lint==3.4.13
ansible==2.3.2.0
testinfra==1.7.0
molecule<2
ansible-lint==3.4.15
python-vagrant==0.5.15
netaddr==0.7.19
passlib==1.7.1
......
......@@ -15,17 +15,17 @@ commands =
[testenv:pre-commit]
deps =
-rtests/requirements.txt
{[testenv]deps}
pre-commit
passenv = HOME VBOX* ANSIBLE_*
whitelist_externals =
sh
passenv = {[testenv]passenv}
whitelist_externals = {[testenv]whitelist_externals}
commands =
sh -c "ansible-galaxy install git+file://$(pwd),$(git rev-parse --abbrev-ref HEAD) -p .molecule/roles"
molecule dependency
pre-commit run --all-files
[testenv:import]
envdir = {toxinidir}/.tox/molecule
deps = -rtests/requirements.txt
envdir = {[testenv]envdir}
deps = {[testenv]deps}
passenv = {[testenv]passenv}
commands = ansible-galaxy import -v
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment