diff options
| author | lijia <[email protected]> | 2019-09-27 22:10:08 +0800 |
|---|---|---|
| committer | lijia <[email protected]> | 2019-09-27 22:10:08 +0800 |
| commit | af84a3140807e7913c8f697e22758c852ca952c6 (patch) | |
| tree | dd5d9771ff55502765a7172711fdd15cc085dbc9 /roles/tsg-cli-mcn2/tasks/main.yml | |
| parent | b0b80994d19813f77ff963f5424a102457a47185 (diff) | |
更新rsyslong.conf
Diffstat (limited to 'roles/tsg-cli-mcn2/tasks/main.yml')
| -rw-r--r-- | roles/tsg-cli-mcn2/tasks/main.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/tsg-cli-mcn2/tasks/main.yml b/roles/tsg-cli-mcn2/tasks/main.yml index b564225..434209a 100644 --- a/roles/tsg-cli-mcn2/tasks/main.yml +++ b/roles/tsg-cli-mcn2/tasks/main.yml @@ -40,3 +40,8 @@ name: tsg-monitor enabled: yes daemon_reload: yes + +- name: "copy rsyslog.conf to destination server" + synchronize: + src: "{{ role_path }}/files/rsyslog.conf" + dest: "/etc/"
\ No newline at end of file |
