The role takes over the deployment of netbox and its dependencies, while still requiring the user to provide the netbox version, db password and config as well as to set up a web server and handle stuff like creating users, etc.
11 lines
231 B
YAML
11 lines
231 B
YAML
---
|
|
dependencies:
|
|
- role: redis
|
|
- role: postgresql
|
|
vars:
|
|
postgresql__dbs:
|
|
- name: netbox
|
|
owner: netbox
|
|
postgresql__users:
|
|
- name: netbox
|
|
password: "{{ netbox__db_password }}"
|