Home
last modified time | relevance | path

Searched refs:BaseCacheModule (Results 1 – 25 of 29) sorted by relevance

12

/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/units/plugins/cache/
H A Dtest_cache.py25 from ansible.plugins.cache.base import BaseCacheModule
126 class CacheModule1(BaseCacheModule):
131 class CacheModule2(BaseCacheModule):
139 class CacheModule3(BaseCacheModule):
/dports/sysutils/ansible2/ansible-2.9.27/test/units/plugins/cache/
H A Dtest_cache.py25 from ansible.plugins.cache.base import BaseCacheModule
144 class CacheModule1(BaseCacheModule):
149 class CacheModule2(BaseCacheModule):
157 class CacheModule3(BaseCacheModule):
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/units/plugins/cache/
H A Dtest_cache.py25 from ansible.plugins.cache.base import BaseCacheModule
144 class CacheModule1(BaseCacheModule):
149 class CacheModule2(BaseCacheModule):
157 class CacheModule3(BaseCacheModule):
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/gathering_facts/cache_plugins/
H A Dnone.py9 from ansible.plugins.cache import BaseCacheModule
21 class CacheModule(BaseCacheModule):
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/integration/targets/gathering_facts/cache_plugins/
H A Dnone.py9 from ansible.plugins.cache import BaseCacheModule
21 class CacheModule(BaseCacheModule):
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/gathering_facts/cache_plugins/
H A Dnone.py9 from ansible.plugins.cache import BaseCacheModule
21 class CacheModule(BaseCacheModule):
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/plugins/cache/
H A Dmemory.py20 from ansible.plugins.cache import BaseCacheModule
23 class CacheModule(BaseCacheModule):
H A Dmongodb.py53 from ansible.plugins.cache import BaseCacheModule
64 class CacheModule(BaseCacheModule):
H A Dredis.py50 from ansible.plugins.cache import BaseCacheModule
61 class CacheModule(BaseCacheModule):
H A Dbase.py21 from ansible.plugins.cache import BaseCacheModule, BaseFileCacheModule
H A D__init__.py56 class BaseCacheModule(AnsiblePlugin): class
63 super(BaseCacheModule, self).__init__()
95 class BaseFileCacheModule(BaseCacheModule):
H A Dmemcached.py55 from ansible.plugins.cache import BaseCacheModule
170 class CacheModule(BaseCacheModule):
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/plugins/cache/
H A Dmemory.py20 from ansible.plugins.cache import BaseCacheModule
23 class CacheModule(BaseCacheModule):
H A Dbase.py21 from ansible.plugins.cache import BaseCacheModule, BaseFileCacheModule
H A D__init__.py57 class BaseCacheModule(AnsiblePlugin): class
69 super(BaseCacheModule, self).__init__()
101 class BaseFileCacheModule(BaseCacheModule):
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/plugins/cache/
H A Dmemory.py20 from ansible.plugins.cache import BaseCacheModule
23 class CacheModule(BaseCacheModule):
H A Dbase.py21 from ansible.plugins.cache import BaseCacheModule, BaseFileCacheModule
H A D__init__.py57 class BaseCacheModule(AnsiblePlugin): class
69 super(BaseCacheModule, self).__init__()
101 class BaseFileCacheModule(BaseCacheModule):
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/plugin_config_for_inventory/cache_plugins/
H A Dnone.py9 from ansible.plugins.cache import BaseCacheModule
31 class CacheModule(BaseCacheModule):
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/old_style_cache_plugins/plugins/cache/
H A Dredis.py48 from ansible.plugins.cache import BaseCacheModule
56 class CacheModule(BaseCacheModule):
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/old_style_cache_plugins/plugins/cache/
H A Dredis.py48 from ansible.plugins.cache import BaseCacheModule
56 class CacheModule(BaseCacheModule):
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/integration/targets/old_style_cache_plugins/plugins/cache/
H A Dredis.py48 from ansible.plugins.cache import BaseCacheModule
56 class CacheModule(BaseCacheModule):
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/mongodb/plugins/cache/
H A Dmongodb.py55 from ansible.plugins.cache import BaseCacheModule
69 class CacheModule(BaseCacheModule):
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/cache/
H A Dredis.py73 from ansible.plugins.cache import BaseCacheModule
86 class CacheModule(BaseCacheModule):
H A Dmemcached.py56 from ansible.plugins.cache import BaseCacheModule
173 class CacheModule(BaseCacheModule):

12