mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 02:20:51 +08:00
Allow the shared directory to be mounted
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
@@ -49,4 +49,11 @@ mountpoint = /mnt/fedora_koji_prod/koji
|
||||
path = /mnt/fedora_koji_prod/koji
|
||||
fstype = bind
|
||||
options = ro,bind
|
||||
|
||||
; Directory for secrets to be used by certain builds
|
||||
[path3]
|
||||
mountpoint = /etc/kojid/secrets/
|
||||
path = /etc/kojid/secrets/
|
||||
fstype = bind
|
||||
options = ro,bind
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user