Home
last modified time | relevance | path

Searched defs:templar (Results 1 – 25 of 54) sorted by relevance

123

/dports/sysutils/ansible2/ansible-2.9.27/test/units/executor/module_common/
H A Dtest_module_common.py100 def templar(): function
110 def test_no_interpreter_set(self, templar): argument
116 def test_non_python_interpreter(self, templar): argument
119 def test_interpreter_set_in_task_vars(self, templar): argument
123 def test_non_python_interpreter_in_task_vars(self, templar): argument
127 def test_with_args(self, templar): argument
131 def test_python_via_env(self, templar): argument
H A Dtest_modify_module.py37 def test_shebang_task_vars(fake_old_module_open, templar): argument
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/units/executor/module_common/
H A Dtest_module_common.py100 def templar(): function
110 def test_no_interpreter_set(self, templar): argument
116 def test_non_python_interpreter(self, templar): argument
119 def test_interpreter_set_in_task_vars(self, templar): argument
123 def test_non_python_interpreter_in_task_vars(self, templar): argument
127 def test_with_args(self, templar): argument
131 def test_python_via_env(self, templar): argument
H A Dtest_modify_module.py37 def test_shebang_task_vars(fake_old_module_open, templar): argument
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/units/executor/module_common/
H A Dtest_module_common.py100 def templar(): function
110 def test_no_interpreter_set(self, templar): argument
116 def test_non_python_interpreter(self, templar): argument
119 def test_interpreter_set_in_task_vars(self, templar): argument
123 def test_non_python_interpreter_in_task_vars(self, templar): argument
127 def test_with_args(self, templar): argument
131 def test_python_via_env(self, templar): argument
H A Dtest_modify_module.py37 def test_shebang_task_vars(fake_old_module_open, templar): argument
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/executor/
H A Dtask_executor.py738 def _poll_async_result(self, result, templar, task_vars=None): argument
850 def _get_connection(self, cvars, templar): argument
924 def _get_persistent_connection_options(self, connection, final_vars, templar): argument
938 def _set_plugin_options(self, plugin_type, variables, templar, task_keys): argument
955 def _set_connection_options(self, variables, templar): argument
1016 def _get_action_handler(self, connection, templar): argument
H A Dmodule_common.py590 def _get_shebang(interpreter, task_vars, templar, args=tuple(), remote_is_local=False): argument
1084 def _find_module_utils(module_name, b_module_data, module_path, module_args, task_vars, templar, mo… argument
1327 def modify_module(module_name, module_path, module_args, templar, task_vars=None, module_compressio… argument
1393 def get_action_args_with_defaults(action, args, defaults, templar, redirected_names=None): argument
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/executor/
H A Dtask_executor.py808 def _poll_async_result(self, result, templar, task_vars=None): argument
889 def _get_connection(self, cvars, templar): argument
963 def _get_persistent_connection_options(self, connection, final_vars, templar): argument
977 def _set_plugin_options(self, plugin_type, variables, templar, task_keys): argument
994 def _set_connection_options(self, variables, templar): argument
1048 def _get_action_handler(self, connection, templar): argument
H A Dmodule_common.py574 def _get_shebang(interpreter, task_vars, templar, args=tuple()): argument
983 def _find_module_utils(module_name, b_module_data, module_path, module_args, task_vars, templar, mo… argument
1250 def modify_module(module_name, module_path, module_args, templar, task_vars=None, module_compressio… argument
1316 def get_action_args_with_defaults(action, args, defaults, templar): argument
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/executor/
H A Dtask_executor.py812 def _poll_async_result(self, result, templar, task_vars=None): argument
893 def _get_connection(self, cvars, templar): argument
967 def _get_persistent_connection_options(self, connection, final_vars, templar): argument
981 def _set_plugin_options(self, plugin_type, variables, templar, task_keys): argument
998 def _set_connection_options(self, variables, templar): argument
1056 def _get_action_handler(self, connection, templar): argument
H A Dmodule_common.py592 def _get_shebang(interpreter, task_vars, templar, args=tuple()): argument
1071 def _find_module_utils(module_name, b_module_data, module_path, module_args, task_vars, templar, mo… argument
1309 def modify_module(module_name, module_path, module_args, templar, task_vars=None, module_compressio… argument
1375 def get_action_args_with_defaults(action, args, defaults, templar, redirected_names=None): argument
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/playbook/
H A Dtask.py287 def post_validate(self, templar): argument
301 def _post_validate_loop(self, attr, value, templar): argument
308 def _post_validate_environment(self, attr, value, templar): argument
349 def _post_validate_changed_when(self, attr, value, templar): argument
356 def _post_validate_failed_when(self, attr, value, templar): argument
363 def _post_validate_until(self, attr, value, templar): argument
H A Dconditional.py78 def evaluate_conditional(self, templar, all_vars): argument
102 def _check_conditional(self, conditional, templar, all_vars): argument
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/playbook/
H A Dtask.py295 def post_validate(self, templar): argument
309 def _post_validate_loop(self, attr, value, templar): argument
316 def _post_validate_environment(self, attr, value, templar): argument
357 def _post_validate_changed_when(self, attr, value, templar): argument
364 def _post_validate_failed_when(self, attr, value, templar): argument
371 def _post_validate_until(self, attr, value, templar): argument
H A Dconditional.py78 def evaluate_conditional(self, templar, all_vars): argument
102 def _check_conditional(self, conditional, templar, all_vars): argument
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/lookup/
H A Ddependent.py131 def __evaluate(self, expression, templar, variables): argument
140 def __process(self, result, terms, index, current, templar, variables): argument
H A Dchef_databag.py59 def __init__(self, loader=None, templar=None, **kwargs): argument
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/playbook/
H A Dconditional.py78 def evaluate_conditional(self, templar, all_vars): argument
116 def _check_conditional(self, conditional, templar, all_vars): argument
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/utils/
H A Dlistify.py30 def listify_lookup_plugin_terms(terms, templar, loader, fail_on_undefined=True, convert_bare=False): argument
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/utils/
H A Dlistify.py29 def listify_lookup_plugin_terms(terms, templar, loader, fail_on_undefined=True, convert_bare=False): argument
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/hashi_vault/plugins/lookup/
H A D__init__.py25 def __init__(self, loader=None, templar=None, **kwargs): argument
/dports/sysutils/ansible2/ansible-2.9.27/test/units/plugins/action/
H A Dtest_gather_facts.py39 templar = Templar(loader=fake_loader) variable in TestNetworkFacts
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/f5networks/f5_modules/plugins/lookup/
H A Dlicense_hopper.py47 def __init__(self, loader=None, templar=None, **kwargs): argument
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/plugins/lookup/
H A Dchef_databag.py56 def __init__(self, loader=None, templar=None, **kwargs): argument

123