From f2256be7e4a3f1b3f169e3c11014d25dea7404bb Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 29 Dec 2023 22:37:55 +0100 Subject: new role ghrss --- site.yml | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) (limited to 'site.yml') diff --git a/site.yml b/site.yml index 50a2822..42e5c76 100644 --- a/site.yml +++ b/site.yml @@ -26,6 +26,16 @@ # ------------------------------------------------------------ +- name: common-linux + hosts: all + roles: + - common-linux + tags: + - common-linux + - common + +# ------------------------------------------------------------ + - name: set up zsh for root and horus hosts: all become: no @@ -84,16 +94,6 @@ # ------------------------------------------------------------ -- name: common-linux - hosts: all - roles: - - common-linux - tags: - - common-linux - - common - -# ------------------------------------------------------------ - - name: ssh hosts: all roles: @@ -110,6 +110,14 @@ - mostdiscussed tags: - mostdiscussed + - applications + +- name: ghrss + hosts: code + roles: + - ghrss + tags: + - ghrss - applications #the_user: "{{ ansible_user_id }}" -- cgit v1.2.3