Merge pull request #5104 from lfarnell/bug-5100
Added ansible-galaxy command to docs
This commit is contained in:
commit
2a0a8cb8fa
|
@ -114,6 +114,9 @@ chi-appservers
|
||||||
cli](http://docs.ansible.com/ansible/galaxy.html#the-ansible-galaxy-command-line-tool)
|
cli](http://docs.ansible.com/ansible/galaxy.html#the-ansible-galaxy-command-line-tool)
|
||||||
on the remote machine. By default, this is empty.
|
on the remote machine. By default, this is empty.
|
||||||
|
|
||||||
|
- `galaxycommand` (string) - The command to invoke ansible-galaxy.
|
||||||
|
By default, this is ansible-galaxy.
|
||||||
|
|
||||||
- `group_vars` (string) - a path to the directory containing ansible group
|
- `group_vars` (string) - a path to the directory containing ansible group
|
||||||
variables on your local system to be copied to the remote machine. By
|
variables on your local system to be copied to the remote machine. By
|
||||||
default, this is empty.
|
default, this is empty.
|
||||||
|
|
Loading…
Reference in New Issue