Last active
December 31, 2015 02:49
-
-
Save xuxiaodong/7923574 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- 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