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: I1d5392243ad2a09ee25fefb0d2e6039e038dd679
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-09-05 11:13:45 -04:00
parent 854ee57989
commit a20d5d6937
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