forked from data.coop/ansible
Add /docker-volumes folder structure for bind mounts
This commit is contained in:
parent
7a1e2c4b02
commit
d9921adae0
|
@ -13,3 +13,5 @@ users:
|
|||
password: $6$qt3G.E.CxhC$OwBDn4rZUbCz06HLEMBHjgvKjxiv/eeerbklTHi.gpHIn1OejzX3k2.0NM0Dforaw6Yn5Y8Cgn8kL2FdbQLZ3/
|
||||
groups:
|
||||
- sudo
|
||||
|
||||
volume_root_folder: "/docker-volumes"
|
||||
|
|
|
@ -24,3 +24,4 @@ riot:
|
|||
|
||||
privatebin:
|
||||
domain: "paste.{{ base_domain }}"
|
||||
volume_folder: "{{ volume_root_folder}}/privatebin"
|
||||
|
|
Loading…
Reference in a new issue