mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Correct typo in variable in docs.
This commit is contained in:
parent
21fdb2bbc7
commit
5d50bcf6dc
1 changed files with 1 additions and 1 deletions
|
@ -835,7 +835,7 @@ If for some crazy reason we wanted to tell just a specific host to use a specifi
|
||||||
|
|
||||||
---
|
---
|
||||||
# file: /etc/ansible/host_vars/xyz.boston.example.com
|
# file: /etc/ansible/host_vars/xyz.boston.example.com
|
||||||
ntp-server: override.example.com
|
ntp_server: override.example.com
|
||||||
|
|
||||||
So that covers inventory and what you would normally set there. It's a great place for things that deal with geography or behavior. Since groups are frequently the entity that maps roles onto hosts, it is sometimes a shortcut to set variables on the group instead of defining them on a role. You could go either way.
|
So that covers inventory and what you would normally set there. It's a great place for things that deal with geography or behavior. Since groups are frequently the entity that maps roles onto hosts, it is sometimes a shortcut to set variables on the group instead of defining them on a role. You could go either way.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue