aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/st0cld0.rgoncalves.se.yml
blob: 7f4f63869e174d427de8b3955f4bc585e29cacef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

# 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"
remember that computers suck.