diff options
| author | admin | 2023-12-29 22:37:55 +0100 |
|---|---|---|
| committer | admin | 2023-12-29 22:37:55 +0100 |
| commit | f2256be7e4a3f1b3f169e3c11014d25dea7404bb (patch) | |
| tree | adf0d979d4f4aabb300b5254b997166802c8137f /site.yml | |
| parent | 963e76aa55e4c5aec79d43dd6784c3aaf722d8bf (diff) | |
| download | ansible-f2256be7e4a3f1b3f169e3c11014d25dea7404bb.tar.gz | |
new role ghrss
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 @@ -84,16 +94,6 @@ # ------------------------------------------------------------ -- name: common-linux - hosts: all - roles: - - common-linux - tags: - - common-linux - - common - -# ------------------------------------------------------------ - - name: ssh hosts: all roles: @@ -112,4 +112,12 @@ - mostdiscussed - applications +- name: ghrss + hosts: code + roles: + - ghrss + tags: + - ghrss + - applications + #the_user: "{{ ansible_user_id }}" |
