Commit 3cb3e873 by John Jarvis

adding task to create send-logs-to-s3 script

parent b4004cfc
......@@ -102,3 +102,9 @@
dest=/etc/ssh/sshd_config
src=sshd_config.j2 mode=0644 owner=root group=root
notify: restart ssh
- name: create s3 logrotate script
template: >
dest=/edx/bin/send-logs-to-s3
src=send-logs-to-s3.j2 mode=0755 owner=root group=root
when: COMMON_S3_LOGS
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