community.general/lib/ansible/modules/network/eos
José R Cordones d3cc2f803a Update eos_config.py (#45810)
Switches will accept the previously used syntax for /32 ACL entries, but they get changed to host ipaddress in the config file.
This results in the config check failing every time (permit ip 1.1.1.1/32 any log != permit ip host 1.1.1.1 any log), resulting in the ACL getting re-created on every single run of the Playbook.
Making this proposed change to the example will make it work in an idempotent manner.
+label: docsite_pr
2018-10-10 16:47:11 -04:00
..
__init__.py
eos_banner.py Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
eos_command.py There are other instances of transform being used... update them as well (#45663) 2018-09-17 08:42:20 -04:00
eos_config.py Update eos_config.py (#45810) 2018-10-10 16:47:11 -04:00
eos_eapi.py
eos_facts.py Actually fix eos_facts feature detection (#43155) 2018-07-23 14:51:44 -04:00
eos_interface.py
eos_l2_interface.py Update eos_l2_interface.py (#42270) 2018-07-04 10:17:46 +05:30
eos_l3_interface.py eos/eos_l3_interface.py: Add SVI Example (#40349) 2018-06-05 08:26:33 -05:00
eos_linkagg.py Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
eos_lldp.py Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
eos_logging.py Fixes eos_logging idempotence issue #31862 (#40604) 2018-05-30 18:21:54 +05:30
eos_static_route.py Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
eos_system.py Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
eos_user.py Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
eos_vlan.py Update eos_vlan.py (#41852) 2018-06-28 13:19:43 +05:30
eos_vrf.py To fix eos_vrf failure when transport method is eapi (#41470) 2018-06-20 21:32:54 +05:30