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:
Paul Belanger 2019-03-28 10:39:27 -04:00
parent cb573d155b
commit 66ff906b7e
1 changed files with 1 additions and 1 deletions

View File

@ -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