Skip to content
Snippets Groups Projects
Commit d23b8499 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

feat: ensure keys own by root

parent d4f320bb
No related branches found
No related tags found
2 merge requests!148Fix ssh host key role,!117This MR merges the feat-hpc-factory branch, which was focused on building and deploying proxy images for the COD cluster.
......@@ -27,6 +27,8 @@
ansible.builtin.unarchive:
src: "/tmp/ssh_keys/{{ SSH_HOST_KEYS_S3_OBJECT }}"
dest: "/etc/ssh"
group: root
owner: root
remote_src: yes
become: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment