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-24 19:42:03 +01:00
|
|
|
ansible-galaxy collection install community.general
|
2020-11-24 19:39:46 +01:00
|
|
|
```
|
|
|
|
|
2020-11-23 16:25:02 +01:00
|
|
|
Call with
|
|
|
|
```bash
|
|
|
|
ansible-playbook -i inventory httpd.yml
|
|
|
|
```
|
|
|
|
|
|
|
|
You need to provide a user with sudo rights.
|