mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update hosts.yaml (#24513)
Example to clarify the rule : ``` Anything defined under a hosts is assumed to be a var```
This commit is contained in:
parent
78478e80ea
commit
4638b5f2da
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
||||||
## hosts:
|
## hosts:
|
||||||
## green.example.com:
|
## green.example.com:
|
||||||
## ansible_ssh_host: 191.168.100.32
|
## ansible_ssh_host: 191.168.100.32
|
||||||
|
## anyvariable: value
|
||||||
## blue.example.com:
|
## blue.example.com:
|
||||||
## 192.168.100.1:
|
## 192.168.100.1:
|
||||||
## 192.168.100.10:
|
## 192.168.100.10:
|
||||||
|
|
Loading…
Reference in a new issue