Skip to content

Commit

Permalink
Merge pull request #547 from opencrvs/fix-disk-encryption-bug
Browse files Browse the repository at this point in the history
Force disk encryption
  • Loading branch information
euanmillar authored Apr 24, 2023
2 parents 5114ded + 9985b13 commit a62c078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@
[Install]
WantedBy=multi-user.target
when: st.stat.exists and encrypt_data
when: encryptedFileSystemPostCheck.stat.exists

- name: 'Setup systemd to mount encrypted folder'
shell: systemctl daemon-reload && systemctl enable reboot.service
when: st.stat.exists and encrypt_data
when: encryptedFileSystemPostCheck.stat.exists

# MOSIP integration requires wireguard and some secrets to be installed
# Here is an example configuration that we use on our 3 node demo production environment
Expand Down

0 comments on commit a62c078

Please sign in to comment.