Skip to content

CoffeeITWorks/ansible-phpipam

 
 

Repository files navigation

Table of Contents generated with DocToc

ansible-phpipam

An Ansible role that installs/configures phpIPAM

  • Options are in place for HA DB setup if desired.

Build Status

Requirements

Install required Ansible role dependencies...

sudo ansible-galaxy install -r requirements.yml

Usage

Logging into phpIPAM... http://iporhostname/phpipam/?page=login

Default phpIPAM login is

admin/ipamadmin

Role Variables

defaults/main.yml

Dependencies

Reference requirements

Example Playbook

- hosts: all
  become: true
  vars:
  roles:
    - role: ansible-apache2
    - role: ansible-mariadb-mysql
    - role: ansible-phpipam

License

MIT

Author Information

Larry Smith Jr.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jinja 99.9%
  • Shell 0.1%