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
This commit is contained in:
parent
1c194f9685
commit
9f3d91bd1c
1 changed files with 4 additions and 8 deletions
12
README.md
12
README.md
|
@ -1,14 +1,10 @@
|
||||||
# Ansible configuration for the Netz39 infrastructure
|
# Ansible configuration for the Netz39 infrastructure
|
||||||
|
|
||||||
Currently including the following hosts:
|
This call lists all hosts defined in the inventory:
|
||||||
|
|
||||||
* tau.netz39.de
|
```bash
|
||||||
* pottwal.n39.eu
|
ansible -i inventory.yml all --list-hosts
|
||||||
* unicorn.n39.eu
|
```
|
||||||
* platon.n39.eu
|
|
||||||
* radon.n39.eu
|
|
||||||
* krypton.n39.eu
|
|
||||||
* oganesson.n39.eu
|
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue