2014-02-14 00:28:29 +01:00
|
|
|
[local]
|
2018-01-19 17:23:48 +01:00
|
|
|
testhost ansible_ssh_host=127.0.0.1 ansible_connection=local host_var_role_name=role3
|
2018-04-30 21:41:13 +02:00
|
|
|
testhost2 ansible_ssh_host=127.0.0.1 ansible_connection=local host_var_role_name=role2
|
2014-12-08 21:44:44 +01:00
|
|
|
# For testing delegate_to
|
|
|
|
testhost3 ansible_ssh_host=127.0.0.3
|
|
|
|
testhost4 ansible_ssh_host=127.0.0.4
|
2016-03-15 02:48:40 +01:00
|
|
|
# For testing fact gathering
|
2017-09-28 16:36:22 +02:00
|
|
|
facthost[0:25] ansible_host=127.0.0.1 ansible_connection=local
|
2016-03-15 02:48:40 +01:00
|
|
|
|
2016-08-02 19:42:07 +02:00
|
|
|
[binary_modules]
|
|
|
|
testhost_binary_modules ansible_host=127.0.0.1 ansible_connection=local
|
2014-02-20 18:51:13 +01:00
|
|
|
|
2017-08-08 15:53:44 +02:00
|
|
|
[local_group]
|
|
|
|
kube-pippin.knf.local
|
|
|
|
|
2014-02-20 18:51:13 +01:00
|
|
|
# the following inline declarations are accompanied
|
|
|
|
# by (preferred) group_vars/ and host_vars/ variables
|
|
|
|
# and are used in testing of variable precedence
|
|
|
|
|
2014-09-10 00:41:58 +02:00
|
|
|
[inven_overridehosts]
|
|
|
|
invenoverride ansible_ssh_host=127.0.0.1 ansible_connection=local
|
|
|
|
|
2014-11-26 19:55:37 +01:00
|
|
|
[all:vars]
|
|
|
|
extra_var_override=FROM_INVENTORY
|
|
|
|
inven_var=inventory_var
|
2015-03-12 04:58:21 +01:00
|
|
|
unicode_host_var=CaféEñyei
|
2014-11-26 19:55:37 +01:00
|
|
|
|
2014-09-10 00:41:58 +02:00
|
|
|
[inven_overridehosts:vars]
|
|
|
|
foo=foo
|
|
|
|
var_dir=vars
|
|
|
|
|
2014-02-20 18:51:13 +01:00
|
|
|
[arbitrary_parent:children]
|
|
|
|
local
|
|
|
|
|
|
|
|
[local:vars]
|
|
|
|
parent_var=6000
|
|
|
|
groups_tree_var=5000
|
|
|
|
|
|
|
|
[arbitrary_parent:vars]
|
|
|
|
groups_tree_var=4000
|
|
|
|
overridden_in_parent=1000
|
|
|
|
|
|
|
|
[arbitrary_grandparent:children]
|
|
|
|
arbitrary_parent
|
|
|
|
|
|
|
|
[arbitrary_grandparent:vars]
|
|
|
|
groups_tree_var=3000
|
|
|
|
grandparent_var=2000
|
|
|
|
overridden_in_parent=2000
|
|
|
|
|
2018-01-20 02:47:28 +01:00
|
|
|
[aci:vars]
|
|
|
|
aci_hostname=your-apic-1
|
|
|
|
aci_username=admin
|
|
|
|
aci_password=your-password
|
2018-01-21 00:38:20 +01:00
|
|
|
aci_validate_certs=no
|
|
|
|
aci_use_ssl=yes
|
|
|
|
aci_use_proxy=no
|
2018-01-20 02:47:28 +01:00
|
|
|
|
|
|
|
[aci]
|
|
|
|
localhost ansible_ssh_host=127.0.0.1 ansible_connection=local
|
|
|
|
|
2014-04-29 03:37:08 +02:00
|
|
|
[amazon]
|
|
|
|
localhost ansible_ssh_host=127.0.0.1 ansible_connection=local
|
2017-08-12 02:33:39 +02:00
|
|
|
|
|
|
|
[azure]
|
|
|
|
localhost ansible_ssh_host=127.0.0.1 ansible_connection=local
|