summaryrefslogtreecommitdiff
path: root/test/integration/inventory
diff options
context:
space:
mode:
authorToshio Kuratomi <toshio@fedoraproject.org>2014-12-08 12:44:44 -0800
committerToshio Kuratomi <toshio@fedoraproject.org>2014-12-08 12:44:44 -0800
commit3269a349f32a2b5c1fc079a2d174e01c541f444b (patch)
tree1c8e03aec78560180e16e152fe362c4f2afafd90 /test/integration/inventory
parent2a288141d3d3ea709d83772b431f6d58dae22198 (diff)
downloadansible-3269a349f32a2b5c1fc079a2d174e01c541f444b.tar.gz
Fix remote_checksum with delegate_to and add tests for several ways that delegate_to works
Diffstat (limited to 'test/integration/inventory')
-rw-r--r--test/integration/inventory3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/integration/inventory b/test/integration/inventory
index a9f160c989..72d80aabeb 100644
--- a/test/integration/inventory
+++ b/test/integration/inventory
@@ -1,6 +1,9 @@
[local]
testhost ansible_ssh_host=127.0.0.1 ansible_connection=local
testhost2 ansible_ssh_host=127.0.0.1 ansible_connection=local
+# For testing delegate_to
+testhost3 ansible_ssh_host=127.0.0.3
+testhost4 ansible_ssh_host=127.0.0.4
# the following inline declarations are accompanied
# by (preferred) group_vars/ and host_vars/ variables