Skip to content

Instantly share code, notes, and snippets.

@xuxiaodong
Last active December 31, 2015 02:49
Show Gist options
  • Save xuxiaodong/7923574 to your computer and use it in GitHub Desktop.
Save xuxiaodong/7923574 to your computer and use it in GitHub Desktop.
---
- name: create rsyslog.d directory
file: path=/etc/rsyslog.d state=directory
- name: deploy config file for rsyslogd
copy: src=51-awx.conf dest=/etc/rsyslog.d/51-awx.conf
notify: restart rsyslogd
tags:
- misc
- rsyslog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment