diff options
author | Michael DeHaan <michael.dehaan@gmail.com> | 2013-10-12 16:15:00 +0200 |
---|---|---|
committer | Michael DeHaan <michael.dehaan@gmail.com> | 2013-10-12 16:15:30 +0200 |
commit | fee360f33e2180cdf968e03c32eae29d6a364065 (patch) | |
tree | 8153be2e9ff23ab55c48f3a2c3bbbce7d1f8fbe0 /examples | |
parent | Adding config flag role_path for common/global roles (diff) | |
download | ansible-fee360f33e2180cdf968e03c32eae29d6a364065.tar.xz ansible-fee360f33e2180cdf968e03c32eae29d6a364065.zip |
Add example.config and main documentation of the roles_path feature.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/ansible.cfg | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg index acb8e52e90..a9306a6119 100644 --- a/examples/ansible.cfg +++ b/examples/ansible.cfg @@ -12,7 +12,6 @@ hostfile = /etc/ansible/hosts library = /usr/share/ansible -#roles_path = /etc/ansible/roles remote_tmp = $HOME/.ansible/tmp pattern = * forks = 5 @@ -23,6 +22,9 @@ sudo_user = root transport = smart remote_port = 22 +# additional paths to search for roles in, colon seperated +#roles_path = /etc/ansible/roles + # uncomment this to disable SSH key host checking #host_key_checking = False |