summaryrefslogtreecommitdiff
path: root/site.yml
diff options
context:
space:
mode:
authorMaximilian Möhring2024-09-19 10:11:29 +0200
committerMaximilian Möhring2024-09-19 10:11:29 +0200
commit34751fc24764a1c06b9606e75a730feefc891777 (patch)
tree1722ba8c0fb7c12c6b144943ce7ca7cc09671ab1 /site.yml
parent3cb036326c632875d2417004d4d5f070eb620da9 (diff)
parente39b8cdfbc2e76b645bb0e7d8919d665435f0a3e (diff)
downloadansible-34751fc24764a1c06b9606e75a730feefc891777.tar.gz
merged
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 }}"