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