blob: 7f4f63869e174d427de8b3955f4bc585e29cacef (
plain) (
tree)
|
|
# st0cld0 ~~ playbooks/st0cld0.rgoncalves.se.yml
# openbsd based cloud server.
---
- hosts: st0cld0
roles:
# common
- { role: grafana }
- { role: kibana }
- { role: nextcloud }
# linux only
- role: nginx
when: ansible_distribution != "OpenBSD"
|