Skip to content

erics302/ansible-role_solarwinds_ipam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: ansible-role_solarwinds_ipam

ansible-role_solarwinds_ipam - Description

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.

ansible-role_solarwinds_ipam - Requirements

Call these role from your playbook, and the modules within become available to all other roles called from the playbook.

Using the ansible-solarwinds_ipam role within an Ansible Playbook

Example Ansible Playbook using ansible-role_solarwinds_ipam role

---
- hosts: localhost
  gather_facts: no
  roles:
    - ansible-role_solarwinds_ipam

Custom Variables

See library files for moduleslibary.

Local development testing

Pre-Requisites

The following components are required for executing this playbook on local desktop

  1. Ansible 2.7.0+
  2. Git 2.11+
  3. Python 2.7+
  4. Python Package Index (PIP) 9.0.1+
  5. Molecule 2.7.0

Contributing

See CONTRIBUTING

History

See CHANGELOG

Credits

See AUTHORS

About

Role with custom modules to Solarwinds IPAM API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages