Skip to content

Releases: arista-eosplus/ansible-eos-mlag

ansible-eos-mlag role v2.1.8

13 Sep 15:25
Compare
Choose a tag to compare

This release provided updates to the below roles. All other role’s version was updated to remain in sync.

ansible-eos-bgp
ansible-eos-vxlan
ansible-eos-ipv4
ansible-eos-interfaces

ansible-eos-mlag role v2.1.7

21 Jun 14:30
Compare
Choose a tag to compare

This release updates the role for Ansible 2.3 compatibility in addition to miscellaneous fixes to the functionality of the role and the role testing framework.

ansible-eos-mlag role v2.1.6

10 Aug 18:30
Compare
Choose a tag to compare
Update galaxy tags

ansible-eos-mlag role v2.1.5

15 Jul 22:11
Compare
Choose a tag to compare
Pull in arista-ansible-role-test updates

Save and restore startup-config before and after running test suite

15 Jun 23:33
Compare
Choose a tag to compare

This release includes changes to the arista-ansible-role-test framework that will save the startup-config on each device before running tests and restore that config after the test suite completes, returning the device to its initial state.

Save configuration to startup-config when changes occur

14 Jun 22:17
Compare
Choose a tag to compare

This release includes a handler to save any changes to the running-config over to the startup-config when a change is made due to the role.

Update for role testing

13 Jun 22:42
Compare
Choose a tag to compare

This release adds the arista-ansible-role-test repo to the role and includes test cases for the role.

Hotfix for template

05 May 03:31
Compare
Choose a tag to compare

Fixes missing argument in portchannel template.

Fix eos_template ordering

05 May 03:24
Compare
Choose a tag to compare

The eos_template module doesn't always run commands in the order the template specifies them. To get around this we broke up the template snippets into separate templates and then execute multiple tasks.

Update keys for latest dict

04 May 18:15
Compare
Choose a tag to compare

The later Ansible devel code changed the returned dict - this addresses that.