Skip to content

Commit

Permalink
fix: set mode 0640 all bareos files
Browse files Browse the repository at this point in the history
  • Loading branch information
adf-patrickha committed Jan 14, 2025
1 parent 4596c36 commit 779b7f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
dest: "/etc/bareos/bareos-dir.d/console/{{ item.name }}.conf"
owner: bareos
group: bareos
mode: "0644"
mode: "0640"
backup: "{{ bareos_dir_backup_configurations }}"
loop: "{{ bareos_dir_consoles }}"
loop_control:
Expand All @@ -124,7 +124,7 @@
dest: "/etc/bareos/bareos-dir.d/counter/{{ item.name }}.conf"
owner: bareos
group: bareos
mode: "0644"
mode: "0640"
backup: "{{ bareos_dir_backup_configurations }}"
loop: "{{ bareos_dir_counters }}"
loop_control:
Expand Down Expand Up @@ -233,7 +233,7 @@
dest: "/etc/bareos/bareos-dir.d/profile/{{ item.name }}.conf"
owner: bareos
group: bareos
mode: "0644"
mode: "0640"
backup: "{{ bareos_dir_backup_configurations }}"
loop: "{{ bareos_dir_profiles }}"
loop_control:
Expand All @@ -248,7 +248,7 @@
dest: "/etc/bareos/bareos-dir.d/schedule/{{ item.name }}.conf"
owner: bareos
group: bareos
mode: "0644"
mode: "0640"
backup: "{{ bareos_dir_backup_configurations }}"
loop: "{{ bareos_dir_schedules }}"
loop_control:
Expand Down

0 comments on commit 779b7f7

Please sign in to comment.