Commit 3cdc07de by Edward Zarecor

In a world where deploys are not rolling...

This should arguably just be removed, or moved to another
role, so common can be run anywhere including places
where sshd is not running, e.g., Docker containers.
parent 2bfa7abf
......@@ -105,6 +105,3 @@
- { src: 'etc/logrotate.d/hourly/edx_logrotate_tracking_log.j2', dest: '/etc/logrotate.d/hourly/tracking.log' }
- { src: '{{ COMMON_MOTD_TEMPLATE }}', dest: '/etc/motd.tail', mode: '755' }
- { src: 'sshd_config.j2', dest: '/etc/ssh/sshd_config' }
notify:
- restart ssh
- restart rsyslogd
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