From 9f3d91bd1c1eb2f7eb85268654c92d047cdf1cb0 Mon Sep 17 00:00:00 2001
From: Alexander Dahl <alex@netz39.de>
Date: Sat, 23 Jul 2022 22:03:41 +0200
Subject: [PATCH] readme: Remove host list

This list has proven to be hard to maintain (not because it is
especially difficult, but people simply tend to forget it).  So we give
some hints instead now and avoid duplicate information.

Suggested-by: Stefan Haun <tux@netz39.de>
References: !55
---
 README.md | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index ddb7317..2b3758a 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,10 @@
 # Ansible configuration for the Netz39 infrastructure
 
-Currently including the following hosts:
+This call lists all hosts defined in the inventory:
 
-* tau.netz39.de
-* pottwal.n39.eu
-* unicorn.n39.eu
-* platon.n39.eu
-* radon.n39.eu
-* krypton.n39.eu
-* oganesson.n39.eu
+```bash
+ansible -i inventory.yml all --list-hosts
+```
 
 ## Setup
 ```bash