Releases: codeaffen/phpipam-ansible-modules
Releases · codeaffen/phpipam-ansible-modules
v1.0.0
v0.5.0
- 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
v0.3.0
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
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