Run functional tests against 127.0.0.2

Both connection local and 127.0.0.1 have special meaning for ansible,
where will use the local filesystem vs SSH to the loopback adapter.

So, we use 127.0.0.2 to force ansible to make an SSH connection.

Change-Id: I2d2f81c47bcfc4743e2e9d24347421f892301160
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-09-05 18:50:43 -04:00
parent c5e69f019c
commit f76f8e10bf
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
[test]
test01 ansible_host=localhost
test01 ansible_host=127.0.0.2