diff options
Diffstat (limited to 'site.yml')
| -rw-r--r-- | site.yml | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -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 |
