Skip to content

Commit

Permalink
ansible playbook: persistant ssh keypair
Browse files Browse the repository at this point in the history
  • Loading branch information
fphammerle committed Jul 7, 2019
1 parent 28fa712 commit 465aee9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,14 @@
config:
name: '{{ config_volume.ansible_facts.docker_volume.Name }}'
external: yes
ssh_keypair:
collections:
services:
radicale:
image: fphammerle/radicale
volumes:
- config:/etc/radicale:ro
- ssh_keypair:/var/lib/radicale/.ssh:rw
- collections:/var/lib/radicale/collections:rw
ports:
- '0.0.0.0:5232:5232'
Expand Down

0 comments on commit 465aee9

Please sign in to comment.