Tidy example inventories in "Developing Dynamic Inventory Sources" (#18758)
Thanks @adamchainz!pull/4420/head
parent
fe9af903f3
commit
f1c4b434cd
|
@ -76,11 +76,14 @@ The data to be added to the top level JSON dictionary looks like this::
|
||||||
|
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"hostvars": {
|
"hostvars": {
|
||||||
"moocow.example.com" : { "asdf" : 1234 },
|
"moocow.example.com": {
|
||||||
"llama.example.com" : { "asdf" : 5678 }
|
"asdf" : 1234
|
||||||
|
},
|
||||||
|
"llama.example.com": {
|
||||||
|
"asdf": 5678
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
|
|
Loading…
Reference in New Issue