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: I7c7942e24549453b32a6d904a598b7d6ef74bd81
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-09-05 10:55:04 -04:00
parent 82f5f124b2
commit 6fc95333b5
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