summaryrefslogtreecommitdiff
path: root/roles/tsg-cli-mxn/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/tsg-cli-mxn/tasks/main.yml')
-rw-r--r--roles/tsg-cli-mxn/tasks/main.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/roles/tsg-cli-mxn/tasks/main.yml b/roles/tsg-cli-mxn/tasks/main.yml
index 6de139d..6c53a62 100644
--- a/roles/tsg-cli-mxn/tasks/main.yml
+++ b/roles/tsg-cli-mxn/tasks/main.yml
@@ -34,4 +34,9 @@
systemd:
name: tsg-monitor
enabled: yes
- daemon_reload: yes \ No newline at end of file
+ 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