From 2adc886e5c0c72b8c6560050c4edd30ea9fdbb56 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 18 Dec 2023 23:17:41 +0100 Subject: add role for mostdiscussed.com --- site.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'site.yml') 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 -- cgit v1.2.3