Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2018-01-16 09:35:01 +0300
committerToshio Kuratomi <a.badger@gmail.com>2018-01-23 03:54:53 +0300
commit340a7be7c382d441475b64adbfd65e605786cd4f (patch)
treeea6f96b738e9750f1b274e1c0254c7b419535374 /examples
parent14c3b4d8e5972fcb81073f634de6f76ec50f662e (diff)
Implement plugin filtering
Diffstat (limited to 'examples')
-rw-r--r--examples/ansible.cfg1
-rw-r--r--examples/plugin_filters.yml6
2 files changed, 7 insertions, 0 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg
index 10983b4dc7c..fde72571639 100644
--- a/examples/ansible.cfg
+++ b/examples/ansible.cfg
@@ -16,6 +16,7 @@
#module_utils = /usr/share/my_module_utils/
#remote_tmp = ~/.ansible/tmp
#local_tmp = ~/.ansible/tmp
+#plugin_filters_cfg = /etc/ansible/plugin_filters.yml
#forks = 5
#poll_interval = 15
#sudo_user = root
diff --git a/examples/plugin_filters.yml b/examples/plugin_filters.yml
new file mode 100644
index 00000000000..b089a4d1f89
--- /dev/null
+++ b/examples/plugin_filters.yml
@@ -0,0 +1,6 @@
+---
+filter_version: '1.0'
+module_blacklist:
+ # List the modules to blacklist here
+ #- easy_install
+ #- s3