From 6fb7df0e78976402f9b7c91523d0a7fb28feacbc Mon Sep 17 00:00:00 2001 From: dark Date: Sun, 12 Dec 2021 13:45:37 +0100 Subject: [PATCH] Adding basic README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..72d375a --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# 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](https://github.com/netbox-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?) \ No newline at end of file