phpipam-ansible-modules icon indicating copy to clipboard operation
phpipam-ansible-modules copied to clipboard

Ansible Modules to manage phpIPAM installations

Results 12 phpipam-ansible-modules issues
Sort by recently updated
recently updated
newest added

**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...

enhancement
help wanted

**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...

enhancement

**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...

enhancement

**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...

enhancement
help wanted
accepted

### 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...

enhancement

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...

enhancement
help wanted

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...

enhancement
help wanted
accepted

**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]...

bug
help wanted
accepted

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.