Formatting (#19353)

This commit is contained in:
John R Barker 2016-12-14 18:26:17 +00:00 committed by GitHub
parent d5324c11a0
commit 739a310382

View file

@ -5,8 +5,7 @@ Inventory scripts allow you to store your hosts, groups, and variables in any wa
you like. Examples include discovering inventory from EC2 or pulling it from
Cobbler. These could also be used to interface with LDAP or database.
chmod +x an inventory plugin and either name it /etc/ansible/hosts or use ansible
with -i to designate the path to the script. You might also need to copy a configuration
`chmod +x` an inventory plugin and either name it `/etc/ansible/hosts` or use `ansible -i /path/to/inventory/script`. You might also need to copy a configuration
file with the same name and/or set environment variables, the scripts or configuration
files have more details.