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"