From aa5068db05fe74ce89aede285ea2c9029e63e8d5 Mon Sep 17 00:00:00 2001 From: Andrea Cimbalo Date: Sat, 19 Aug 2017 13:36:14 +0200 Subject: [PATCH] Use default ansible folder for filter and connection plugin --- ansible.cfg | 3 --- {library => connection_plugins}/lxc_ssh.py | 0 {library => filter_plugins}/ip_from_inventory.py | 0 3 files changed, 3 deletions(-) rename {library => connection_plugins}/lxc_ssh.py (100%) rename {library => filter_plugins}/ip_from_inventory.py (100%) 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