aboutsummaryrefslogblamecommitdiffstats
path: root/playbooks/st0cld0.rgoncalves.se.yml
blob: fb28ff43989faad1b0a50de7a5580bf1005f74df (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                
          





                                                 


                                             

# st0cld0 ~~ playbooks/st0cld0.rgoncalves.se.yml
# openbsd based cloud server.

---

- hosts: st0cld0
  roles:
  # common
    - { role: grafana, tags: "role_grafana" }
    - { role: kibana, tags: "role_kibana" }
    - { role: nextcloud, tags: "role_nextcloud" }
# openbsd only
    - role: httpd
      when: ansible_distribution == "OpenBSD"
  # linux only
    - role: nginx
      when: ansible_distribution != "OpenBSD"
remember that computers suck.