# 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"