Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrlesmithjr/ansible-phpipam
https://github.com/mrlesmithjr/ansible-phpipam
ansible ansible-roles centos debian phpipam redhat ubuntu
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrlesmithjr/ansible-phpipam
- Owner: mrlesmithjr
- License: mit
- Created: 2015-07-30T17:35:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-04-06T17:23:36.000Z (almost 5 years ago)
- Last Synced: 2024-09-30T17:42:07.156Z (4 months ago)
- Topics: ansible, ansible-roles, centos, debian, phpipam, redhat, ubuntu
- Size: 3.22 MB
- Stars: 15
- Watchers: 6
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ansible-phpipam
Ansible role to install/configure phpIPAM
## Build Status
### GitHub Actions
![Molecule Test](https://github.com/mrlesmithjr/ansible-phpipam/workflows/Molecule%20Test/badge.svg)
### Travis CI
[![Build Status](https://travis-ci.org/mrlesmithjr/ansible-phpipam.svg?branch=master)](https://travis-ci.org/mrlesmithjr/ansible-phpipam)
## Requirements
For any required Ansible roles, review:
[requirements.yml](requirements.yml)## Usage
Logging into phpIPAM...
http://iporhostname/phpipam/?page=loginDefault phpIPAM login is
```bash
admin/ipamadmin
```## Role Variables
[defaults/main.yml](defaults/main.yml)
## Dependencies
## Example Playbook
[playbook.yml](playbook.yml)
## License
MIT
## Author Information
Larry Smith Jr.
- [@mrlesmithjr](https://twitter.com/mrlesmithjr)
- [[email protected]](mailto:[email protected])
- [http://everythingshouldbevirtual.com](http://everythingshouldbevirtual.com)> NOTE: Repo has been created/updated using [https://github.com/mrlesmithjr/cookiecutter-ansible-role](https://github.com/mrlesmithjr/cookiecutter-ansible-role) as a template.