Skip to content

Commit

Permalink
Formatting (ansible#19353)
Browse files Browse the repository at this point in the history
  • Loading branch information
gundalow authored Dec 14, 2016
1 parent d5324c1 commit 739a310
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contrib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 739a310

Please sign in to comment.