Browse Source

Use default ansible folder for filter and connection plugin

python3
Andrea Cimbalo 7 years ago
parent
commit
aa5068db05
3 changed files with 0 additions and 3 deletions
  1. +0
    -3
      ansible.cfg
  2. +0
    -0
      connection_plugins/lxc_ssh.py
  3. +0
    -0
      filter_plugins/ip_from_inventory.py

+ 0
- 3
ansible.cfg View File

@ -1,6 +1,3 @@
[defaults]
connection_plugins = ./
#filter_plugins = ./filter_plugin
inventory = hosts

library/lxc_ssh.py → connection_plugins/lxc_ssh.py View File


library/ip_from_inventory.py → filter_plugins/ip_from_inventory.py View File


Loading…
Cancel
Save