Secure file permissions

This commit is contained in:
Yury Akudovich
2024-08-12 14:22:26 +02:00
parent 9a8b0af6c3
commit ce94f307e7

View File

@ -89,6 +89,7 @@
src: "{{ consensus_secrets_file }}" src: "{{ consensus_secrets_file }}"
dest: "{{ configuration_directory }}/consensus_secrets.yaml" dest: "{{ configuration_directory }}/consensus_secrets.yaml"
decrypt: yes decrypt: yes
mode: '0600'
- name: Run docker-compose without monitoring - name: Run docker-compose without monitoring
when: not enable_monitoring when: not enable_monitoring