Alexander Dahl
658c47c66b
Found with this command: ansible -i inventory.yml all --list-hosts Fixes:6028ad4e6c
("Merge pull request 'Add VM krypton' (!42) from krypton into master") Fixes:893d56c56a
("Merge pull request 'add host oganesson' (!52) from oganesson into master")
23 lines
434 B
Markdown
23 lines
434 B
Markdown
# Ansible configuration for the Netz39 infrastructure
|
|
|
|
Currently including the following hosts:
|
|
|
|
* tau.netz39.de
|
|
* pottwal.n39.eu
|
|
* unicorn.n39.eu
|
|
* platon.n39.eu
|
|
* radon.n39.eu
|
|
* krypton.n39.eu
|
|
* oganesson.n39.eu
|
|
|
|
## Setup
|
|
```bash
|
|
ansible-galaxy install -r requirements.yml
|
|
```
|
|
|
|
## Call with
|
|
```bash
|
|
ansible-playbook -i inventory.yml --ask-vault-pass main.yml
|
|
```
|
|
|
|
You need to provide a user with sudo rights and the vault password.
|