Add mention of roles_path parameter to ansible-galaxy install command

This commit is contained in:
Jeff Widman 2015-09-22 15:03:40 -07:00
parent 049952fa50
commit 983ee0898d

View file

@ -26,6 +26,17 @@ The most obvious is downloading roles from the Ansible Galaxy website::
ansible-galaxy install username.rolename
.. _roles_path:
roles_path
===============
You can specify a particular directory where you want the downloaded roles to be placed::
ansible-galaxy install username.role -p ~/Code/ansible_roles/
This can be useful if you have a master folder that contains ansible galaxy roles shared across several projects. The default is the roles_path configured in your ansible.cfg file (/etc/ansible/roles if not configured).
Building out Role Scaffolding
-----------------------------