Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update ansible.cfg
knewell committed Aug 15, 2018
1 parent e1780f1 commit 602e164
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -100,3 +100,5 @@ pip-selfcheck.json

# Rope project settings
.ropeproject
*.retry
*.swp
4 changes: 2 additions & 2 deletions ansible.cfg
@@ -1,8 +1,8 @@
[defaults]
roles_path = /srv/ansible/roles
host_key_checking = False
library = /srv/ansible/lib/python3.5/site-packages/napalm_ansible-0.9.1-py3.5.egg/napalm_ansible/modules
action_plugins = /srv/ansible/lib/python3.5/site-packages/napalm_ansible-0.9.1-py3.5.egg/napalm_ansible/plugins/action
library = ./local/lib/python2.7/site-packages/napalm_ansible/modules:./lib/python2.7/site-packages/ansible/modules/
action_plugins = ./local/lib/python2.7/site-packages/napalm_ansible/plugins/action:./lib/python2.7/site-packages/ansible/plugins/actions

[persistent_connection]
command_timeout=100

0 comments on commit 602e164

Please sign in to comment.