init
This commit is contained in:
13
templates/storage.conf.j2
Normal file
13
templates/storage.conf.j2
Normal file
@@ -0,0 +1,13 @@
|
||||
# Storage configuration for containers
|
||||
# {{ ansible_managed }}
|
||||
|
||||
[storage]
|
||||
driver = "{{ podman_storage_driver }}"
|
||||
runroot = "{{ podman_storage_runroot }}"
|
||||
graphroot = "{{ podman_storage_graphroot }}"
|
||||
|
||||
[storage.options]
|
||||
additionalimagestores = []
|
||||
|
||||
[storage.options.overlay]
|
||||
mountopt = "nodev,metacopy=on"
|
||||
Reference in New Issue
Block a user