diff options
author | binary <me@rgoncalves.se> | 2021-03-15 20:42:49 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2021-03-15 20:42:49 +0100 |
commit | 1b67b246b9fd9c033054f55e412d7a3e922cffad (patch) | |
tree | e217e4b68fb5a0bb786f556d4d7d411fb8ac36eb | |
parent | e5fda5ea2f71c2a432a8bcfdefb835f70c4a49b0 (diff) | |
download | infrastructure-1b67b246b9fd9c033054f55e412d7a3e922cffad.tar.gz |
cloud0 is only PUBLIC cloud services
-rw-r--r-- | playbooks/st0cld0.rgoncalves.se.yml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/playbooks/st0cld0.rgoncalves.se.yml b/playbooks/st0cld0.rgoncalves.se.yml index fb28ff4..228f919 100644 --- a/playbooks/st0cld0.rgoncalves.se.yml +++ b/playbooks/st0cld0.rgoncalves.se.yml @@ -6,13 +6,13 @@ - hosts: st0cld0 roles: - # common - - { role: grafana, tags: "role_grafana" } - - { role: kibana, tags: "role_kibana" } + + - role: nfsclient + vars: + nfsclient_dir: "/var/www/nextcloud" + nfsclient_server_dir: "{{ global.nfs_server_dir }}/{{ ansible_host }}/nextcloud" + tags: role_nfsclient + - { role: nextcloud, tags: "role_nextcloud" } -# openbsd only - - role: httpd - when: ansible_distribution == "OpenBSD" - # linux only - - role: nginx - when: ansible_distribution != "OpenBSD" + - { role: miniflux, tags: "role_miniflux" } + - { role: httpd, tags: "role_httpd" } |