changeset 234 | f46b0f7e758c |
parent 225 | 6936497313ac |
233:abc2c5c417a7 | 234:f46b0f7e758c |
---|---|
79 lineinfile: |
79 lineinfile: |
80 path: "/etc/ssh/sshd_config" |
80 path: "/etc/ssh/sshd_config" |
81 regexp: "^PasswordAuthentication" |
81 regexp: "^PasswordAuthentication" |
82 insertafter: "^#PasswordAuthentication" |
82 insertafter: "^#PasswordAuthentication" |
83 line: "PasswordAuthentication no" |
83 line: "PasswordAuthentication no" |
84 |
|
85 - name: ensure log2ram service is started |
|
86 become: yes |
|
87 systemd: name="log2ram.service" enabled="yes" state="started" |