Skip to content

Commit

Permalink
quickstart(tpm-manager): bind-mount host's .ssh into container
Browse files Browse the repository at this point in the history
This is, usually, required so that Ansible in the container can SSH to
nodes.
  • Loading branch information
LRitzdorf committed Aug 15, 2024
1 parent 7f1e34a commit ace6d86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions quickstart/tpm-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ services:
- OPAAL_URL=http://opaal:3333
- HSM_URL=http://smd:27779
- ANSIBLE_HOST_KEY_CHECKING=False
volumes:
- type: bind
source: /root/.ssh
target: /root/.ssh
depends_on:
opaal:
condition: service_healthy
Expand Down

0 comments on commit ace6d86

Please sign in to comment.