Ansible 2.1.1 role testing
Change-Id: Icf4bce17e6aa042b60a54499749695917a96dba9
This commit is contained in:
parent
94114142d6
commit
05892b5aa9
3
.gitignore
vendored
3
.gitignore
vendored
@ -61,3 +61,6 @@ releasenotes/build
|
||||
|
||||
# Test temp files
|
||||
tests/plugins
|
||||
tests/playbooks
|
||||
tests/test.retry
|
||||
|
||||
|
@ -15,3 +15,5 @@
|
||||
|
||||
bridges:
|
||||
- "br-mgmt"
|
||||
|
||||
ansible_python_interpreter: "/usr/bin/python2"
|
||||
|
@ -1,5 +1,5 @@
|
||||
[all]
|
||||
localhost ansible_connection=local ansible_become=True
|
||||
localhost ansible_become=True
|
||||
infra1 ansible_ssh_host=10.1.0.2 ansible_host=10.1.0.2 ansible_become=True ansible_user=root
|
||||
keystone1 ansible_ssh_host=10.1.0.3 ansible_host=10.1.0.3 ansible_become=True ansible_user=root
|
||||
keystone2 ansible_ssh_host=10.1.0.4 ansible_host=10.1.0.4 ansible_become=True ansible_user=root
|
||||
|
Loading…
x
Reference in New Issue
Block a user