2020-11-23 16:25:02 +01:00
|
|
|
# Ansible configuration for tau.netz39.de
|
|
|
|
|
2020-11-24 19:39:46 +01:00
|
|
|
Setup
|
|
|
|
```bash
|
|
|
|
ansible-galaxy install -r requirements.yml
|
|
|
|
```
|
|
|
|
|
2020-11-23 16:25:02 +01:00
|
|
|
Call with
|
|
|
|
```bash
|
2020-11-25 17:02:34 +01:00
|
|
|
ansible-playbook -i inventory --ask-vault-pass main.yml
|
2020-11-23 16:25:02 +01:00
|
|
|
```
|
|
|
|
|
2020-11-25 17:02:34 +01:00
|
|
|
You need to provide a user with sudo rights and the vault password.
|