summaryrefslogtreecommitdiff
path: root/examples/hosts.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Clearer examples of hosts.yml inventory (#57999)Brian Coca2019-06-181-24/+35
| | | * Clearer examples of hosts.yml inventory
* Add comment about group merge in yaml inventory example (#24986)Monty Taylor2018-11-291-2/+9
| | | | * Add comment about group merge in yaml inventory example, w/bcoca feedback
* minor text fixesSudheer Satyanarayana2017-10-231-5/+5
|
* Fix spelling mistakes (comments only) (#25564)Abhijeet Kasurde2017-06-121-1/+1
| | | | | | | | Original Author : klemens <ka7@github.com> Taking over previous PR as per https://github.com/ansible/ansible/pull/23644#issuecomment-307334525 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* Update hosts.yaml (#24513)Alexander Garzon2017-05-111-0/+1
| | | | Example to clarify the rule : ``` Anything defined under a hosts is assumed to be a var```
* updated better yaml host examplesBrian Coca2017-03-081-18/+25
|
* Fix some typos (#16498)Shota2016-06-291-1/+1
|
* draft add group merge priority and yaml inventoryBrian Coca2016-04-071-0/+43
* now you can specify a yaml invenotry file * ansible_group_priority will now set this property on groups * added example yaml inventory * TODO: make group var merging depend on priority groups, child/parent relationships should remain unchanged.