Skip to content

Releases: codeaffen/phpipam-ansible-modules

v1.7.0

01 Sep 13:28
42a4265
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.1...v1.7.0

v1.6.1

04 Feb 16:15
f125b7b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.0...v1.6.1

v1.6.0

10 Sep 10:11
2456d85
Compare
Choose a tag to compare

v1.6.0

Minor Changes

  • Fix #84 - Allow vlans with same vlan id in different l2 routing domains
  • fix #85 - Add routing_domain parameter to subnet module to allow subnet with same vlan id in different l2domains

Bugfixes

  • Fix #77 - hostname parameter missing in task for address test case
  • Fix documentation toolchain to link to external content automatically
  • fix #80 - Can't add VLAN to subnet through to phpipam implementation differences in different entities

v1.5.0

07 Mar 17:06
c859be0
Compare
Choose a tag to compare

Minor Changes

  • fix #68 - add automatic testing facility for all modules
  • fix #69 - add facility to setup local phpipam environment
  • fix #70 - provide environment variable support for connection data

Bugfixes

  • fix ModuleNotFoundError while using the collection with ansible >= version 5

v1.4.0

16 Dec 16:02
032fb35
Compare
Choose a tag to compare

Minor Changes

  • Minor formatting and spelling fixes.
  • Switch sphinx from recommonmark to myst_parser.

Bugfixes

  • fix #57 - tag lookups failed when specified in an address task
  • fix #61 - Device type examples
  • with AHH538 requires_ansible is mandatory in meta/runtime.yml. So we add the minimum version for our collection here.

New Modules

  • codeaffen.phpipam.location - Manage locations
  • codeaffen.phpipam.tag - Manage tags

v1.3.1

26 Nov 11:30
a275bb5
Compare
Choose a tag to compare

Bugfixes

  • Fix #41 and prepare release 1.3.1

v1.3.0

23 Nov 15:40
ba523bf
Compare
Choose a tag to compare

Bugfixes

  • fix #33 - Creating same subnet in different sections isn't possible

v1.2.0

13 Nov 11:54
Compare
Choose a tag to compare

Add filters to collection.

v1.1.1

12 Nov 15:47
Compare
Choose a tag to compare
Fix `validate_certs` not used issue.

Fix #27. Now a provided `validate_certs` parameter is used in api
connection.

v1.1.0

12 Nov 14:54
5dbf69b
Compare
Choose a tag to compare

Add validate_certs parameter to be able to communicate with API endpoints, that uses self-signed certificates or other kind of invalid certificates.