many changes

added multiple tasks, files, configurations
This commit is contained in:
rene
2022-02-17 16:14:15 +01:00
parent b94b707e76
commit 7d5a913b6b
15 changed files with 1120 additions and 9 deletions

View File

@@ -0,0 +1,8 @@
- name: system setup | scripts | copy validate-rsync.sh script
tags: scripts
copy:
src: system_setup/validate-rsync.sh
dst: "{{ home_root }} + '/validate-rsync.sh'"
owner: root
group: root
mode: '0755'