summaryrefslogtreecommitdiff
path: root/site.yml
diff options
context:
space:
mode:
Diffstat (limited to 'site.yml')
-rw-r--r--site.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/site.yml b/site.yml
index d0c9764..1296890 100644
--- a/site.yml
+++ b/site.yml
@@ -43,3 +43,23 @@
tags:
- common-linux
- common
+
+# ------------------------------------------------------------
+
+- name: ssh
+ hosts: all
+ roles:
+ - ssh
+ tags:
+ - ssh
+ - common
+
+# ------------------------------------------------------------
+
+- name: mostdiscussed
+ hosts: code
+ roles:
+ - mostdiscussed
+ tags:
+ - mostdiscussed
+ - applications