https://github.com/rhythmictech/ansible-role-netbox
https://github.com/rhythmictech/ansible-role-netbox
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rhythmictech/ansible-role-netbox
- Owner: rhythmictech
- License: mit
- Created: 2019-06-04T01:34:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T23:29:48.000Z (about 3 years ago)
- Last Synced: 2025-01-08T11:41:06.450Z (about 1 year ago)
- Language: Jinja
- Size: 34.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role Netbox

Installs and configures [Netbox](https://github.com/netbox-community/netbox)
## Requirements
This role requires Ansible 2.8 or higher.
This role was designed for and tested on CentOS 7.x or CentOS 8.x and Amazon Linux 2.
## Dependencies
None.
## Example Playbook
```
- hosts: netbox_server
vars_files:
- vars/main.yml
roles:
- ansible-role-netbox
```
Inside vars/main.yml:
```
bitbucket_start_service: True
bitbucket_enable_service: True
bitbucket_wait_for_server_startup: True
bitbucket_place_config: True
bitbucket_config:
jdbc:
driver: org.h2.Driver
url: jdbc:h2:${bitbucket.shared.home}/data/db;MVCC=TRUE;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE;TRACE_LEVEL_FILE=4
username: sa
password: password
server:
address: 127.0.0.1
```
## License
MIT