Skip to content

Releases: codeaffen/phpipam-ansible-modules

v1.0.0

30 Oct 16:56
4af4fbf
Compare
Choose a tag to compare

Finally we can go stable as the underlying phpypam module also goes stable.
We do some last adjustments and changed documentation to reflect the requirements.

Feel free to use it, contribute or report issues with these ansible modules.

v0.5.0

29 Oct 16:06
c4f0d1a
Compare
Choose a tag to compare
  • Develop device & device_type controller module

With this release we provide the following new modules:

  • add device controller module
  • add device type controller module

Documentation can be found at https://phpipam-ansible-modules.readthedocs.io as always.

v0.4.0

28 Oct 19:57
da90154
Compare
Choose a tag to compare
feature vrf (#15)

* Develop vrf controller module
** add vrf module
** add vrf test files
** add vrf documentation
* prepare release

v0.3.0

28 Oct 15:46
11f0311
Compare
Choose a tag to compare
implement nameserver, vlan and l2domain module (#13)

* fix documentation
* Add nameserver module
* Add nameserver test files
* Modify `phpipam_helper.py` to work with tools controllers
* add tar.gz to clean target
* simplify tools controller handling
* prepare helper for vlan
* add vlan module
* add vlan test files
* add l2domain module
* add l2domain test files
* add special cases to `phpipam_helper` to fix issues with api
* add documentation
* prepare release

v0.2.0

25 Oct 12:16
7490981
Compare
Choose a tag to compare
implement address management (#12)

* implement address management

* Add address module
* Add address module test files
* Fix some issues in `phpipam_helper.py`
* Add special cases for address handling to `phpipam_helper.py`
* add address module documentation
* prepare release

v0.1.0

22 Oct 18:42
d336e73
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

First testing release with module section and subnet. Feel free to test and open issues.