--- - name: Install SSH Banner become: true template: src: motd.j2 dest: /etc/issue.net mode: 0644 - name: Configure SSH banner become: true lineinfile: path: /etc/ssh/sshd_config regexp: '#Banner none' line: 'Banner /etc/issue.net'