Skip to content

Commit

Permalink
update ansible.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
knewell committed Apr 20, 2018
1 parent 6044f31 commit 048dbfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[defaults]
roles_path = /srv/nslab-ansible/roles
host_key_checking = False
library = /srv/nslab-ansible/local/lib/python2.7/site-packages/napalm_ansible/modules
action_plugins = /srv/nslab-ansible/local/lib/python2.7/site-packages/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
Expand Down

0 comments on commit 048dbfc

Please sign in to comment.