Make docker config files unreadable
This commit is contained in:
parent
38d21aa99b
commit
aaebdd2839
@ -6,6 +6,10 @@
|
||||
copy:
|
||||
src: ../docker
|
||||
dest: /etc/pbri
|
||||
# Files should inaccessible to non-root users.
|
||||
mode: u=rw,g=,o=
|
||||
# Directories should be listable
|
||||
directory_mode: u=rwx,g=rx,o=rx
|
||||
- name: Create global docker volumes
|
||||
become: yes
|
||||
docker_volume:
|
||||
|
Loading…
x
Reference in New Issue
Block a user