No description
Find a file
2021-12-14 22:25:24 +01:00
defaults Initial Commit of initial state 2021-12-12 13:14:49 +01:00
handlers Initial Commit of initial state 2021-12-12 13:14:49 +01:00
tasks Initial Commit of initial state 2021-12-12 13:14:49 +01:00
templates Remove superflous variable expansion test 2021-12-14 22:25:24 +01:00
README.md Adding basic README 2021-12-12 13:45:37 +01:00

Ansible Role: a docker-compose'd Netbox

General

This role includes extensive configuration(and adapted defaults) for the different services it uses(take a look at defaults/main.yml) from the community netbox-docker:

  • Redis as an append-only-cache
  • A second redis, configured as usual(removable items)
  • Postgres as it's database
  • Netbox-worker

... and Netbox itself.

ToDo

  • configure multiple workers
  • Better README pls
  • Explain usage(besides having... the role... existent... i guess?)