homeserver/playbooks/3_service/munin.yml
Michael Grote d74154d7cb
Some checks failed
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/pr/gitleaks Pipeline was successful
ci/woodpecker/push/ansible-lint Pipeline failed
ci/woodpecker/pr/ansible-lint Pipeline failed
ff
2024-08-12 11:13:59 +02:00

9 lines
170 B
YAML

---
- hosts: munin
roles:
- role: ansible-role-apache
tags: "apache"
become: true
- role: ansible-role-munin
tags: "munin"
become: true