From 5a2b90db5b467e10752f6043caa6949bee1ef97c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20L=C3=BCscher?= Date: Wed, 1 May 2024 08:46:57 +0000 Subject: [PATCH] doc(main): add info about ansible --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cb53e5a..3b75af0 100644 --- a/README.md +++ b/README.md @@ -36,12 +36,20 @@ As an entry point for all components we use [Traefik](https://doc.traefik.io/tra a reverse proxy. Based on URL routing it will redirect the traffic to the right container instance. +The reverse proxy dashboard is available at + ### Container Registry As container registry we make use of the [Docker Registry 2.0](https://hub.docker.com/_/registry/) implementation for storing and distributing container images -The container registry is available at `registry.ublue.local` +The container registry API is available at + +### Anvil + +The blacksmith's work is done with [Ansible](https://docs.ansible.com/ansible/latest/index.html). + +The shiny GUI is missing but this should not shy us away. See [usage](#usage) for instructions. ## Handling the forge @@ -52,3 +60,7 @@ You can use the `forge.sh` to **setup**, **heat-up** and **cool-down** the forge | `./forge.sh setup` | Setup the forge for the first time or update existing setup | | `./forge.sh heat-up` | Start the forge | | `./forge.sh cool-down` | Stop the forge | + +### Usage + +..tbd...