Ansible 2.1.1 role testing
Change-Id: I5b42bea81f26af5e2d4e3a51645fafc3040eb490
This commit is contained in:
parent
f136720898
commit
8c1fbd3bb0
3
.gitignore
vendored
3
.gitignore
vendored
@ -29,6 +29,7 @@ doc/build/
|
|||||||
*.log
|
*.log
|
||||||
*.sql
|
*.sql
|
||||||
*.sqlite
|
*.sqlite
|
||||||
|
logs/
|
||||||
|
|
||||||
# OS generated files #
|
# OS generated files #
|
||||||
######################
|
######################
|
||||||
@ -61,6 +62,8 @@ releasenotes/build
|
|||||||
|
|
||||||
# Test temp files
|
# Test temp files
|
||||||
tests/plugins
|
tests/plugins
|
||||||
|
tests/playbooks
|
||||||
|
tests/test.retry
|
||||||
|
|
||||||
# Vagrant testing artifacts
|
# Vagrant testing artifacts
|
||||||
.vagrant
|
.vagrant
|
||||||
|
@ -15,3 +15,5 @@
|
|||||||
|
|
||||||
bridges:
|
bridges:
|
||||||
- "br-mgmt"
|
- "br-mgmt"
|
||||||
|
|
||||||
|
ansible_python_interpreter: "/usr/bin/python2"
|
||||||
|
Loading…
Reference in New Issue
Block a user