You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dark aa81fc3ea9 Remove superflous variable expansion test 2 years ago
defaults Initial Commit of initial state 2 years ago
handlers Initial Commit of initial state 2 years ago
tasks Initial Commit of initial state 2 years ago
templates Remove superflous variable expansion test 2 years ago
README.md Adding basic README 2 years ago

README.md

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?)