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