Ansible configuration for the Netz39 infrastructure
Alexander Dahl
b85c3aab47
Whitespace only. yamllint complained: 9:5 error wrong indentation: expected 6 but found 4 (indentation) 13:7 error wrong indentation: expected 8 but found 6 (indentation) 48:7 error wrong indentation: expected 8 but found 6 (indentation) 49:81 error line too long (402 > 80 characters) (line-length) 56:7 error wrong indentation: expected 8 but found 6 (indentation) 57:81 error line too long (99 > 80 characters) (line-length) |
||
---|---|---|
roles | ||
templates | ||
.editorconfig | ||
.yamllint | ||
inventory.yml | ||
krypton.yml | ||
main.yml | ||
oganesson.yml | ||
platon.yml | ||
pottwal.yml | ||
radon.yml | ||
README.md | ||
requirements.yml | ||
tau.yml | ||
unicorn.yml |
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
Setup
ansible-galaxy install -r requirements.yml
Call with
ansible-playbook -i inventory.yml --ask-vault-pass main.yml
You need to provide a user with sudo rights and the vault password.