Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrlesmithjr/ansible-nautobot
Ansible role to install/configure Nautobot
https://github.com/mrlesmithjr/ansible-nautobot
ansible ansible-role
Last synced: about 1 month ago
JSON representation
Ansible role to install/configure Nautobot
- Host: GitHub
- URL: https://github.com/mrlesmithjr/ansible-nautobot
- Owner: mrlesmithjr
- License: mit
- Created: 2021-10-15T01:07:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-20T02:39:48.000Z (almost 3 years ago)
- Last Synced: 2023-03-14T12:40:35.533Z (over 1 year ago)
- Topics: ansible, ansible-role
- Language: Jinja
- Size: 88.9 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- 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
README
# ansible-nautobot
Ansible role to install/configure Nautobot
## Build Status
### GitHub Actions
![Molecule Test](https://github.com/mrlesmithjr/ansible-nautobot/workflows/Molecule%20Test/badge.svg)
### Travis CI
[![Build Status](https://travis-ci.org/mrlesmithjr/ansible-nautobot.svg?branch=master)](https://travis-ci.org/mrlesmithjr/ansible-nautobot)
## 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])
- [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.