- Ansible Role: ansible-role_solarwinds_ipam
The modules can do three things to start:
Get the next available IP from a subnet. Mark an IP as status=”reserved” and add a hostname text string. Mark an IP as “available” and set all fields for the record back to default.
Call these role from your playbook, and the modules within become available to all other roles called from the playbook.
---
- hosts: localhost
gather_facts: no
roles:
- ansible-role_solarwinds_ipam
See library files for moduleslibary
.
The following components are required for executing this playbook on local desktop
See CONTRIBUTING
See CHANGELOG
See AUTHORS