Skip to content
Snippets Groups Projects
Commit 603203e4 authored by jurgenhaas's avatar jurgenhaas
Browse files

Change location of plugins during runtime

parent 0d6a17d7
Branches
Tags
No related merge requests found
../jiffybox/action_plugins/jiffybox.py
\ No newline at end of file
../serverdensity/action_plugins/serverdensity.py
\ No newline at end of file
gitlab @ 3cce1051
Subproject commit 88375878fab5f15c3f8604c6791a8fa2ba640291 Subproject commit 3cce105145b8a30470cc201465ac8e7e7b0794b6
...@@ -63,6 +63,8 @@ ...@@ -63,6 +63,8 @@
value: "{{ lookup('env','HOME') }}/.ansible/facts" value: "{{ lookup('env','HOME') }}/.ansible/facts"
- option: "fact_caching_timeout" - option: "fact_caching_timeout"
value: "86400" value: "86400"
- option: "action_plugins"
value: "{{ lookup('env','PWD') }}/plugins/_action"
- option: "scp_if_ssh" - option: "scp_if_ssh"
value: "True" value: "True"
section: "ssh_connection" section: "ssh_connection"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment