diff options
Diffstat (limited to 'chaos-at-home')
-rw-r--r-- | chaos-at-home/ch-jump.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chaos-at-home/ch-jump.yml b/chaos-at-home/ch-jump.yml index 38d794ab..5c170e07 100644 --- a/chaos-at-home/ch-jump.yml +++ b/chaos-at-home/ch-jump.yml @@ -8,3 +8,12 @@ - role: core/zsh - role: core/ntp - role: core/admin-users + post_tasks: + - name: blub + blockinfile: + marker: "# {mark} ansible jump-host specific config" + block: | + Match user blub + PasswordAuthentication no + insertafter: '^### ansible core/sshd config barrier ###' + dest: /etc/ssh/sshd_config |