Skip to content

Commit

Permalink
EB: Add no log option to tasks that would show the eb keys on screen
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Nov 22, 2024
1 parent 1ff747a commit 54ce24c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/engineblock/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@
owner: root
group: engine
mode: "0440"
no_log: true
loop: "{{ engine_key_and_certs }}"

- name: Copy engineblock certificates to correct location
Expand All @@ -167,6 +168,7 @@
owner: root
group: engine
mode: "0644"
no_log: true
loop: "{{ engine_key_and_certs }}"

- name: Create Docker volume to contain the sessions
Expand Down

0 comments on commit 54ce24c

Please sign in to comment.