mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 23:14:02 -07:00
Implement plugin filtering
This commit is contained in:
parent
14c3b4d8e5
commit
340a7be7c3
22 changed files with 312 additions and 4 deletions
|
@ -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
|
||||
|
|
6
examples/plugin_filters.yml
Normal file
6
examples/plugin_filters.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
filter_version: '1.0'
|
||||
module_blacklist:
|
||||
# List the modules to blacklist here
|
||||
#- easy_install
|
||||
#- s3
|
Loading…
Add table
Add a link
Reference in a new issue