Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrlesmithjr/ansible-maas
An Ansible role to install/configure MAAS
https://github.com/mrlesmithjr/ansible-maas
ansible ansible-role
Last synced: 3 months ago
JSON representation
An Ansible role to install/configure MAAS
- Host: GitHub
- URL: https://github.com/mrlesmithjr/ansible-maas
- Owner: mrlesmithjr
- License: mit
- Created: 2017-04-09T00:26:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-16T14:58:30.000Z (over 1 year ago)
- Last Synced: 2024-08-02T01:26:53.460Z (5 months ago)
- Topics: ansible, ansible-role
- Size: 81.1 KB
- Stars: 22
- Watchers: 4
- Forks: 17
- Open Issues: 0
-
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
- awesome-repositories - mrlesmithjr/ansible-maas - An Ansible role to install/configure MAAS (Others)
README
# ansible-maas
An [Ansible](https://www.ansible.com) role to install/configure [MAAS](https://maas.io/)
## Build Status
### GitHub Actions
![Molecule Test](https://github.com/mrlesmithjr/ansible-maas/workflows/Molecule%20Test/badge.svg)
### Travis CI
[![Build Status](https://travis-ci.org/mrlesmithjr/ansible-maas.svg?branch=master)](https://travis-ci.org/mrlesmithjr/ansible-maas)
## Requirements
For any required Ansible roles, review:
[requirements.yml](requirements.yml)## 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])
- [https://everythingshouldbevirtual.com](https://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.