diff --git a/ansible.cfg b/ansible.cfg index 93ece26..ef7fc32 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,6 +1,3 @@ [defaults] -connection_plugins = ./ -#filter_plugins = ./filter_plugin - inventory = hosts diff --git a/library/lxc_ssh.py b/connection_plugins/lxc_ssh.py similarity index 100% rename from library/lxc_ssh.py rename to connection_plugins/lxc_ssh.py diff --git a/library/ip_from_inventory.py b/filter_plugins/ip_from_inventory.py similarity index 100% rename from library/ip_from_inventory.py rename to filter_plugins/ip_from_inventory.py