<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-ansible-old.git, 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-02T22:48:32+00:00</updated>
<entry>
<title>Prepare release vyos 2.6.0 (#216)</title>
<updated>2021-10-02T22:48:32+00:00</updated>
<author>
<name>GomathiselviS</name>
<email>gomathiselvi@gmail.com</email>
</author>
<published>2021-10-02T22:48:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-ansible-old.git/commit/?id=0a43a34d544d6f4f6055aa8a534fcf602fd235f2'/>
<id>urn:sha1:0a43a34d544d6f4f6055aa8a534fcf602fd235f2</id>
<content type='text'>
Prepare release vyos 2.6.0

Signed-off-by: GomathiselviS gomathiselvi@gmail.com
SUMMARY


ISSUE TYPE


Bugfix Pull Request
Docs Pull Request
Feature Pull Request
New Module Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: None &lt;None&gt;</content>
</entry>
<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>Copy ignore-2.12.txt to ignore-2.13.txt (#214)</title>
<updated>2021-09-28T14:12:12+00:00</updated>
<author>
<name>Andrew Klychkov</name>
<email>aklychko@redhat.com</email>
</author>
<published>2021-09-28T14:12:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-ansible-old.git/commit/?id=88689227265b7f6b272b695a275f4a47735ddcc2'/>
<id>urn:sha1:88689227265b7f6b272b695a275f4a47735ddcc2</id>
<content type='text'>
Copy ignore-2.12.txt to ignore-2.13.txt

SUMMARY
Relates to ansible-collections/overview#45 (comment)

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>Updating collection_prep pre-commit hook to 0.9.4 (#213)</title>
<updated>2021-09-17T16:49:46+00:00</updated>
<author>
<name>Nathaniel Case</name>
<email>this.is@nathanielca.se</email>
</author>
<published>2021-09-17T16:49:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-ansible-old.git/commit/?id=2c13b39aee89cf39eaad64b0775fd387a5599399'/>
<id>urn:sha1:2c13b39aee89cf39eaad64b0775fd387a5599399</id>
<content type='text'>
Updating collection_prep pre-commit hook to 0.9.4

Committed via https://github.com/asottile/all-repos

Reviewed-by: None &lt;None&gt;</content>
</entry>
<entry>
<title>Allow_duplicates for prepare_vyos_tests (#212)</title>
<updated>2021-09-09T02:27:06+00:00</updated>
<author>
<name>Paul Belanger</name>
<email>pabelanger@redhat.com</email>
</author>
<published>2021-09-09T02:27:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-ansible-old.git/commit/?id=ede1f8e137d14bc4ce97ccc352e1a51a16605eae'/>
<id>urn:sha1:ede1f8e137d14bc4ce97ccc352e1a51a16605eae</id>
<content type='text'>
Allow_duplicates for prepare_vyos_tests

Signed-off-by: Paul Belanger pabelanger@redhat.com

Reviewed-by: None &lt;None&gt;</content>
</entry>
<entry>
<title>git ls-files -z -- .pre-commit-config.yaml | xargs -0 sed -i 's/0.9.[12]/0.9.3/' (#210)</title>
<updated>2021-09-07T20:27:44+00:00</updated>
<author>
<name>Nathaniel Case</name>
<email>this.is@nathanielca.se</email>
</author>
<published>2021-09-07T20:27:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-ansible-old.git/commit/?id=8bf9089c6e31c495036d90807eae25c7288b0a79'/>
<id>urn:sha1:8bf9089c6e31c495036d90807eae25c7288b0a79</id>
<content type='text'>
git ls-files -z -- .pre-commit-config.yaml | xargs -0 sed -i 's/0.9.[12]/0.9.3/'

Depends-On: ansible/ansible-zuul-jobs#1101
Committed via https://github.com/asottile/all-repos

Reviewed-by: None &lt;None&gt;</content>
</entry>
<entry>
<title>added 'issues' to 'galaxy.yml' (#206)</title>
<updated>2021-09-01T14:14:55+00:00</updated>
<author>
<name>Deric Crago</name>
<email>deric.crago@redhat.com</email>
</author>
<published>2021-09-01T14:14:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-ansible-old.git/commit/?id=cb89c8170921a04907e77e83a08e5a7ce1805877'/>
<id>urn:sha1:cb89c8170921a04907e77e83a08e5a7ce1805877</id>
<content type='text'>
added 'issues' to 'galaxy.yml'

SUMMARY
added 'issues' to 'galaxy.yml'
ISSUE TYPE

galaxy.yml Pull Request

COMPONENT NAME

galaxy.yml

Reviewed-by: Nilashish Chakraborty &lt;nilashishchakraborty8@gmail.com&gt;
Reviewed-by: None &lt;None&gt;</content>
</entry>
<entry>
<title>Prepare for vyos release 2.5.1 (#205)</title>
<updated>2021-08-27T19:10:49+00:00</updated>
<author>
<name>GomathiselviS</name>
<email>gomathiselvi@gmail.com</email>
</author>
<published>2021-08-27T19:10:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-ansible-old.git/commit/?id=06d72f4ae6e5a35fe57c4b74f557d5ef29040989'/>
<id>urn:sha1:06d72f4ae6e5a35fe57c4b74f557d5ef29040989</id>
<content type='text'>
Prepare for vyos release 2.5.1

Signed-off-by: GomathiselviS gomathiselvi@gmail.com

Reviewed-by: Nilashish Chakraborty &lt;nilashishchakraborty8@gmail.com&gt;
Reviewed-by: None &lt;None&gt;</content>
</entry>
</feed>
