netz39-infra-ansible/README.md

14 lines
265 B
Markdown

# Ansible configuration for tau.netz39.de
Setup
```bash
ansible-galaxy install -r requirements.yml
ansible-galaxy collection install community.general
```
Call with
```bash
ansible-playbook -i inventory httpd.yml
```
You need to provide a user with sudo rights.