mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 08:51:37 +01:00
feat: check dir size backup script
This commit is contained in:
@@ -6,3 +6,15 @@
|
||||
- net-tools
|
||||
- tcpdump
|
||||
- git
|
||||
|
||||
- name: Ensure Opt dir exists and accessible
|
||||
file:
|
||||
name: /opt/
|
||||
state: directory
|
||||
mode: 711
|
||||
|
||||
- name: Copy Backup Helper script
|
||||
copy:
|
||||
src: check_dir_size_for_backup.py
|
||||
dest: /opt/check_dir_size_for_backup.py
|
||||
mode: 755
|
||||
|
||||
Reference in New Issue
Block a user