Commit ececf738 by Ned Batchelder Committed by Feanil Patel

motd.tail support for Xenial

parent 1e59c4a6
......@@ -54,6 +54,16 @@
group: root
mode: '755'
- name: Add motd.tail support for 16.04
copy:
dest: "/etc/update-motd.d/75-motd-tail"
content: "#!/bin/sh\necho\ncat /etc/motd.tail\n"
force: true
owner: root
group: root
mode: "0755"
when: ansible_distribution_release == 'xenial'
- name: Update sshd logging to VERBOSE
lineinfile:
dest: /etc/ssh/sshd_config
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment