phpipam-ansible-modules
phpipam-ansible-modules copied to clipboard
Ansible Modules to manage phpIPAM installations
**Is your feature request related to a problem? Please describe.** It would be a good idea to have a lookup plugin to get the next free ip address for a...
**Is your feature request related to a problem? Please describe.** No. **Describe the solution you'd like** I would like to be able to pull descriptive data from all areas of...
**Is your feature request related to a problem? Please describe.** In the early beginning of this project we decided to put all api calls inside classes where all modules derive...
**Is your feature request related to a problem? Please describe.** Phpipam seems to be one of those source of truth, that is ignored to a huge degree, as an inventory...
Text will follow /resolves #128
### Preflight checks - [x] I agree to follow the [Code of Conduct](https://github.com/codeaffen/phpipam-ansible-modules/blob/develop/CODE_OF_CONDUCT.md). - [x] I have searched the [issue tracker](https://github.com/codeaffen/phpipam-ansible-modules/issues) for a feature requests that matches the one I...
We have our ipam structured like this And in each dc we have nester folder like this. This seems to cause some errors since there are a few folders named...
lmost every object in the phpIPAM database have the option to set a "location" that's correspond to the ID of the location. would be nice to have that available int...
**Describe the bug** Running the complete test suite of this repository against a phpIPAM version 1.7.x will fail for several modules. ``` ====== short test summary info ====== FAILED tests/test_crud.py::test_crud[domain_vlan_mapping]...
Addded the rack module code as a starting point to fix codeaffen/phpipam-ansible-modules#133. **Warning**: This code will not work until a `customers` controller is available.