summaryrefslogtreecommitdiff
path: root/site.yml
diff options
context:
space:
mode:
Diffstat (limited to 'site.yml')
-rw-r--r--site.yml28
1 files changed, 18 insertions, 10 deletions
diff --git a/site.yml b/site.yml
index a91f73f..db518a4 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
@@ -92,16 +102,6 @@
# ------------------------------------------------------------
-- name: common-linux
- hosts: all
- roles:
- - common-linux
- tags:
- - common-linux
- - common
-
-# ------------------------------------------------------------
-
- name: ssh
hosts: all
roles:
@@ -120,4 +120,12 @@
- mostdiscussed
- applications
+- name: ghrss
+ hosts: code
+ roles:
+ - ghrss
+ tags:
+ - ghrss
+ - applications
+
#the_user: "{{ ansible_user_id }}"