diff options
| author | Maximilian Möhring | 2024-09-19 10:11:29 +0200 |
|---|---|---|
| committer | Maximilian Möhring | 2024-09-19 10:11:29 +0200 |
| commit | 34751fc24764a1c06b9606e75a730feefc891777 (patch) | |
| tree | 1722ba8c0fb7c12c6b144943ce7ca7cc09671ab1 /site.yml | |
| parent | 3cb036326c632875d2417004d4d5f070eb620da9 (diff) | |
| parent | e39b8cdfbc2e76b645bb0e7d8919d665435f0a3e (diff) | |
| download | ansible-34751fc24764a1c06b9606e75a730feefc891777.tar.gz | |
merged
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 }}" |
