1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/module_utils/network
Damian Zaremba b88304f211 module_utils.(eos, nxos) - Support use_proxy argument (#30813)
* eos - Support use_proxy argument

Running ansible with a proxy set in the environment causes the eos module to
attempt to connect to devices via the proxy.

To prevent this behaviour the only way is to unset the proxy out of the
environment, either by wrapping the ansible calls or doing it in a piece of code
executed before connect, such as a vars_module (though this is very hacky).

This change allows you to set `use_proxy: no` under the provider config.

The default value is set to True, which mirrors the behaviour seen today.

* nexos - Support use_proxy argument

Running ansible with a proxy set in the environment causes the nexos module to
attempt to connect to devices via the proxy.

To prevent this behaviour the only way is to unset the proxy out of the
environment, either by wrapping the ansible calls or doing it in a piece of code
executed before connect, such as a vars_module (though this is very hacky).

This change allows you to set `use_proxy: no` under the provider config.

The default value is set to True, which mirrors the behaviour seen today.
2018-01-10 15:05:48 +00:00
..
a10 Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
aci Fix typo and copyright statement 2018-01-08 22:14:55 +01:00
aireos Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
aos Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
aruba Aruba indenting (#33884) 2017-12-14 14:37:34 +05:30
asa Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
avi Updated Avi Modules with new features and documentation update. (#34206) 2017-12-24 08:15:23 +00:00
bigswitch Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
cloudengine Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
cnos Bug Fix at cnos.py (#34607) 2018-01-09 08:33:45 +00:00
common [cloud] ec2_group fix CIDR with host bits set - fixes #25403 (#29605) 2017-12-20 14:57:47 -05:00
dellos6 Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
dellos9 Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
dellos10 Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
enos Lenovo enos bugfixes (#33857) 2017-12-13 20:57:51 +00:00
eos module_utils.(eos, nxos) - Support use_proxy argument (#30813) 2018-01-10 15:05:48 +00:00
f5 Updates module utils for f5 (#34660) 2018-01-09 12:15:02 -08:00
fortios Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
ios Add ios_l3_interface module (#34201) 2017-12-23 11:24:00 +05:30
iosxr IOS XR cli tests move to network_cli (#34007) 2017-12-20 11:26:09 -05:00
ironware Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
junos Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
mlnxos Add mlnxos_interface module (#33839) 2017-12-19 17:24:42 +00:00
netscaler Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
nso Add nso_query module to query Cisco NSO using XPath (#34188) 2017-12-22 16:56:50 +00:00
nxos module_utils.(eos, nxos) - Support use_proxy argument (#30813) 2018-01-10 15:05:48 +00:00
ordnance Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
sros Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
vyos Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
__init__.py Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30