<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-ansible-old.git/plugins/module_utils, branch main</title>
<subtitle>Ansible Network Collection for VyOS (mirror of https://github.com/vyos/vyos-ansible-old.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-ansible-old.git/atom?h=main</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-ansible-old.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-ansible-old.git/'/>
<updated>2021-10-02T17:28:30+00:00</updated>
<entry>
<title>Add vyos_ntp resource module (#175)</title>
<updated>2021-10-02T17:28:30+00:00</updated>
<author>
<name>YVarshitha</name>
<email>63169351+YVarshitha@users.noreply.github.com</email>
</author>
<published>2021-10-02T17:28:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-ansible-old.git/commit/?id=85ea49f10a6167dea4c08e71a1e8e5a62cb57395'/>
<id>urn:sha1:85ea49f10a6167dea4c08e71a1e8e5a62cb57395</id>
<content type='text'>
Add vyos_ntp resource module

SUMMARY


Resource module vyos_ntp
ISSUE TYPE


New Module Pull Request

COMPONENT NAME

vyos_ntp
ADDITIONAL INFORMATION

Reviewed-by: GomathiselviS &lt;None&gt;
Reviewed-by: Nilashish Chakraborty &lt;nilashishchakraborty8@gmail.com&gt;
Reviewed-by: None &lt;None&gt;</content>
</entry>
<entry>
<title>Add support for IPv6 `address_group` and `network_group` (#202)</title>
<updated>2021-09-20T23:25:49+00:00</updated>
<author>
<name>Shawn Wilsher</name>
<email>656602+sdwilsh@users.noreply.github.com</email>
</author>
<published>2021-09-20T23:25:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-ansible-old.git/commit/?id=c2cf82dfea4aa89e5aa9ba57b798bee030a9abbe'/>
<id>urn:sha1:c2cf82dfea4aa89e5aa9ba57b798bee030a9abbe</id>
<content type='text'>
Add support for IPv6 `address_group` and `network_group`

SUMMARY
This adds support for ipv6 in network and address groups by adding an afi parameter, but defaulting it to ipv4 for backwards compatibility.
Fixes #137.
ISSUE TYPE

Feature Pull Request

COMPONENT NAME
vyos_firewall_global

Reviewed-by: GomathiselviS &lt;None&gt;
Reviewed-by: Shawn Wilsher &lt;None&gt;
Reviewed-by: None &lt;None&gt;</content>
</entry>
<entry>
<title>Fix `vyos.vyos.vyos_firewall_rules` `state: replaced` to match documentation (#203)</title>
<updated>2021-09-20T23:25:42+00:00</updated>
<author>
<name>Shawn Wilsher</name>
<email>656602+sdwilsh@users.noreply.github.com</email>
</author>
<published>2021-09-20T23:25:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-ansible-old.git/commit/?id=9e829e1b75996b6b8268ab29b105d5dfa97da441'/>
<id>urn:sha1:9e829e1b75996b6b8268ab29b105d5dfa97da441</id>
<content type='text'>
Fix `vyos.vyos.vyos_firewall_rules` `state: replaced` to match documentation

SUMMARY
vyos.vyos.vyos_firewall_rules should only try to change listed firewall rules, as documented, when the state is set to replaced.  As currently implemented (prior to this PR), it better matches what overridden is meant to do.
Fixes #201
ISSUE TYPE


Bugfix Pull Request

COMPONENT NAME
vyos.vyos.vyos_firewall_rules
ADDITIONAL INFORMATION

 Cleanup and document existing code for clarity
 Add a failing idempotent test
 Add a failing change test
 Fix failing tests
 Add change fragment

Reviewed-by: GomathiselviS &lt;None&gt;
Reviewed-by: Shawn Wilsher &lt;None&gt;
Reviewed-by: None &lt;None&gt;</content>
</entry>
<entry>
<title>IPV6 ICMP type name in vyos.vyos.vyos_firewall_rules is not idempotent  (#187)</title>
<updated>2021-08-27T15:00:33+00:00</updated>
<author>
<name>YVarshitha</name>
<email>63169351+YVarshitha@users.noreply.github.com</email>
</author>
<published>2021-08-27T15:00:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-ansible-old.git/commit/?id=93aaf8615a0535dfe8cbd3b68dd82a1051a31411'/>
<id>urn:sha1:93aaf8615a0535dfe8cbd3b68dd82a1051a31411</id>
<content type='text'>
IPV6 ICMP type name in vyos.vyos.vyos_firewall_rules is not idempotent 

SUMMARY


fix issue: #170
ISSUE TYPE


Bugfix Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: GomathiselviS &lt;None&gt;
Reviewed-by: None &lt;None&gt;</content>
</entry>
<entry>
<title>vyos logging_global resource module (#177)</title>
<updated>2021-07-24T17:19:38+00:00</updated>
<author>
<name>Sagar Paul</name>
<email>sagpaul@redhat.com</email>
</author>
<published>2021-07-24T17:19:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-ansible-old.git/commit/?id=36004b2657d1c271a5c6c8ddfee0488ad36c1236'/>
<id>urn:sha1:36004b2657d1c271a5c6c8ddfee0488ad36c1236</id>
<content type='text'>
vyos logging_global resource module

SUMMARY

Logging resource module vyos_logging_global

ISSUE TYPE


New Module Pull Request

COMPONENT NAME

vyos_logging_global

Reviewed-by: Nilashish Chakraborty &lt;nilashishchakraborty8@gmail.com&gt;</content>
</entry>
<entry>
<title>fix issue in route-maps facts code when route-maps facts are empty. (#182)</title>
<updated>2021-07-07T15:03:54+00:00</updated>
<author>
<name>Ashwini Mhatre</name>
<email>mashu97@gmail.com</email>
</author>
<published>2021-07-07T15:03:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-ansible-old.git/commit/?id=5c767d4266fe028cc0c11b05447e61ae89af9d45'/>
<id>urn:sha1:5c767d4266fe028cc0c11b05447e61ae89af9d45</id>
<content type='text'>
fix issue in route-maps facts code when route-maps facts are empty.

SUMMARY

fixes: #181

ISSUE TYPE


Bugfix Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Rohit Thakur &lt;rohitthakur2590@outlook.com&gt;</content>
</entry>
<entry>
<title>VyOS Prefix Lists Resource Module Added (#178)</title>
<updated>2021-07-05T19:23:20+00:00</updated>
<author>
<name>Priyam Sahoo</name>
<email>42550351+priyamsahoo@users.noreply.github.com</email>
</author>
<published>2021-07-05T19:23:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-ansible-old.git/commit/?id=af07511dee4d74b4159482c6b7aed6efff0e5949'/>
<id>urn:sha1:af07511dee4d74b4159482c6b7aed6efff0e5949</id>
<content type='text'>
VyOS Prefix Lists Resource Module Added

SUMMARY

PR for vyos_prefix_lists rm
resolves: #99

ISSUE TYPE


New Module Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Rohit Thakur &lt;rohitthakur2590@outlook.com&gt;
Reviewed-by: Nilashish Chakraborty &lt;nilashishchakraborty8@gmail.com&gt;
Reviewed-by: Priyam Sahoo &lt;None&gt;</content>
</entry>
<entry>
<title>static route fixes (#165)</title>
<updated>2021-06-22T21:51:01+00:00</updated>
<author>
<name>Björn Hemfjäll</name>
<email>25451914+bgh88@users.noreply.github.com</email>
</author>
<published>2021-06-22T21:51:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-ansible-old.git/commit/?id=86b6d04c3d00e93e391bdbc1c7788789a9d4c8fe'/>
<id>urn:sha1:86b6d04c3d00e93e391bdbc1c7788789a9d4c8fe</id>
<content type='text'>
static route fixes

Reviewed-by: https://github.com/apps/ansible-zuul</content>
</entry>
<entry>
<title>Fix keyerror in firewall_rules when state=overridden (#172)</title>
<updated>2021-06-14T16:42:05+00:00</updated>
<author>
<name>GomathiselviS</name>
<email>gomathiselvi@gmail.com</email>
</author>
<published>2021-06-14T16:42:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-ansible-old.git/commit/?id=eb46eb529a8bcfaeb5a7e736550d7cfb612b02d7'/>
<id>urn:sha1:eb46eb529a8bcfaeb5a7e736550d7cfb612b02d7</id>
<content type='text'>
Fix keyerror in firewall_rules when state=overridden

Reviewed-by: https://github.com/apps/ansible-zuul</content>
</entry>
<entry>
<title>linters fix (#160)</title>
<updated>2021-05-17T19:26:10+00:00</updated>
<author>
<name>GomathiselviS</name>
<email>gomathiselvi@gmail.com</email>
</author>
<published>2021-05-17T19:26:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-ansible-old.git/commit/?id=58083777641f6e11b84d40de3a35400cda8c08a4'/>
<id>urn:sha1:58083777641f6e11b84d40de3a35400cda8c08a4</id>
<content type='text'>
Replace admin_distance with distance while generating static_routes nexthop command

Reviewed-by: https://github.com/apps/ansible-zuul</content>
</entry>
</feed>
