Home
last modified time | relevance | path

Searched refs:gather_timeout (Results 1 – 25 of 42) sorted by relevance

12

/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/system/
H A Dsetup.py146 gather_timeout=dict(default=10, required=False, type='int'),
154 gather_timeout = module.params['gather_timeout']
177 gather_timeout=gather_timeout,
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/module_utils/facts/
H A Dansible_collector.py111 gather_timeout=None, argument
116 gather_timeout = gather_timeout or timeout.DEFAULT_GATHER_TIMEOUT
124 gather_timeout=gather_timeout)
H A Dcompat.py64 gather_timeout = module.params.get('gather_timeout', 10)
82 gather_timeout=gather_timeout,
H A Dcollector.py349 gather_timeout=None, argument
361 gather_timeout = gather_timeout or timeout.DEFAULT_GATHER_TIMEOUT
364 timeout.GATHER_TIMEOUT = gather_timeout
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/module_utils/facts/
H A Dansible_collector.py115 gather_timeout=None,
120 gather_timeout = gather_timeout or timeout.DEFAULT_GATHER_TIMEOUT
128 gather_timeout=gather_timeout)
H A Dcompat.py64 gather_timeout = module.params.get('gather_timeout', 10)
82 gather_timeout=gather_timeout,
H A Dcollector.py349 gather_timeout=None,
361 gather_timeout = gather_timeout or timeout.DEFAULT_GATHER_TIMEOUT
364 timeout.GATHER_TIMEOUT = gather_timeout
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/module_utils/facts/
H A Dansible_collector.py111 gather_timeout=None, argument
116 gather_timeout = gather_timeout or timeout.DEFAULT_GATHER_TIMEOUT
124 gather_timeout=gather_timeout)
H A Dcompat.py64 gather_timeout = module.params.get('gather_timeout', 10)
82 gather_timeout=gather_timeout,
H A Dcollector.py349 gather_timeout=None, argument
361 gather_timeout = gather_timeout or timeout.DEFAULT_GATHER_TIMEOUT
364 timeout.GATHER_TIMEOUT = gather_timeout
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/modules/
H A Dsetup.py139 gather_timeout=dict(default=10, required=False, type='int'),
147 gather_timeout = module.params['gather_timeout']
170 gather_timeout=gather_timeout,
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/modules/
H A Dsetup.py168 gather_timeout=dict(default=10, required=False, type='int'),
176 gather_timeout = module.params['gather_timeout']
199 gather_timeout=gather_timeout,
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/executor/
H A Dplay_iterator.py155 gather_timeout = self._play.gather_timeout
173 if gather_timeout:
174 setup_task.args['gather_timeout'] = gather_timeout
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/executor/
H A Dplay_iterator.py155 gather_timeout = self._play.gather_timeout
173 if gather_timeout:
174 setup_task.args['gather_timeout'] = gather_timeout
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/executor/
H A Dplay_iterator.py155 gather_timeout = self._play.gather_timeout
173 if gather_timeout:
174 setup_task.args['gather_timeout'] = gather_timeout
/dports/sysutils/ansible2/ansible-2.9.27/test/units/module_utils/facts/
H A Dtest_collector.py466 gather_timeout=None, argument
473 gather_timeout=gather_timeout,
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ngine_io/cloudstack/plugins/modules/
H A Dcs_facts.py125 gather_timeout=10)
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/cloudstack/
H A Dcs_facts.py127 gather_timeout=10)
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/units/module_utils/facts/
H A Dtest_collector.py466 gather_timeout=None, argument
473 gather_timeout=gather_timeout,
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/units/module_utils/facts/
H A Dtest_collector.py466 gather_timeout=None, argument
473 gather_timeout=gather_timeout,
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/windows/plugins/modules/
H A Dsetup.ps116 gather_timeout = @{ type = 'int'; default = 10 }
42 $gatherTimeout = $module.Params.gather_timeout
/dports/sysutils/ansible2/ansible-2.9.27/docs/docsite/
H A Dkeyword_desc.yml36 gather_timeout: Allows you to set the timeout for the fact gathering plugin controlled by :term:`ga…
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/net/80211/
H A Dnet80211.c1367 u32 gather_timeout = TICKS_PER_SEC; in net80211_probe_step() local
1374 gather_timeout *= ( ctx->essid[0] ? NET80211_PROBE_GATHER : in net80211_probe_step()
1381 if ( ctx->ticks_beacon > 0 && now >= ctx->ticks_start + gather_timeout ) in net80211_probe_step()
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/net/80211/
H A Dnet80211.c1367 u32 gather_timeout = TICKS_PER_SEC; in net80211_probe_step() local
1374 gather_timeout *= ( ctx->essid[0] ? NET80211_PROBE_GATHER : in net80211_probe_step()
1381 if ( ctx->ticks_beacon > 0 && now >= ctx->ticks_start + gather_timeout ) in net80211_probe_step()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/net/80211/
H A Dnet80211.c1367 u32 gather_timeout = TICKS_PER_SEC; in net80211_probe_step() local
1374 gather_timeout *= ( ctx->essid[0] ? NET80211_PROBE_GATHER : in net80211_probe_step()
1381 if ( ctx->ticks_beacon > 0 && now >= ctx->ticks_start + gather_timeout ) in net80211_probe_step()

12