diff options
Diffstat (limited to 'roles/tsg-cli-mcn1/tasks/main.yml')
| -rw-r--r-- | roles/tsg-cli-mcn1/tasks/main.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/tsg-cli-mcn1/tasks/main.yml b/roles/tsg-cli-mcn1/tasks/main.yml index b564225..434209a 100644 --- a/roles/tsg-cli-mcn1/tasks/main.yml +++ b/roles/tsg-cli-mcn1/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 |
