From 079cdda94993b0c627d72213f1642f1836e5371a Mon Sep 17 00:00:00 2001 From: binary Date: Fri, 22 Jan 2021 21:36:58 +0100 Subject: Add tags to st0cld0 playbook --- playbooks/st0cld0.rgoncalves.se.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'playbooks') diff --git a/playbooks/st0cld0.rgoncalves.se.yml b/playbooks/st0cld0.rgoncalves.se.yml index 7f4f638..fb28ff4 100644 --- a/playbooks/st0cld0.rgoncalves.se.yml +++ b/playbooks/st0cld0.rgoncalves.se.yml @@ -7,9 +7,12 @@ - hosts: st0cld0 roles: # common - - { role: grafana } - - { role: kibana } - - { role: nextcloud } + - { 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" -- cgit v1.2.3