Stop using ansible_connection for bastion01
Ensure ansible runs the same way across everyhost. This is because some variables are not setup when using ansible_connection. Change-Id: I8e4fa3cef3e6580d531abd5c661cb4296541a4c8 Depends-On: https://review.openstack.org/648434 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
cb573d155b
commit
66ff906b7e
@ -1,7 +1,7 @@
|
||||
[disabled]
|
||||
|
||||
[bastion]
|
||||
bastion01 ansible_connection=local
|
||||
bastion01 ansible_host=127.0.0.1
|
||||
|
||||
[gear]
|
||||
gear01 ansible_host=127.0.2.1
|
||||
|
Loading…
Reference in New Issue
Block a user