forked from Netz39_Admin/netz39-infra-ansible
13 lines
213 B
Markdown
13 lines
213 B
Markdown
# Ansible configuration for tau.netz39.de
|
|
|
|
Setup
|
|
```bash
|
|
ansible-galaxy install -r requirements.yml
|
|
```
|
|
|
|
Call with
|
|
```bash
|
|
ansible-playbook -i inventory httpd.yml
|
|
```
|
|
|
|
You need to provide a user with sudo rights.
|