This commit is contained in:
Daniel Akulenok
2025-09-05 22:49:16 +02:00
commit 9cfd12e745
23 changed files with 1646 additions and 0 deletions

13
templates/storage.conf.j2 Normal file
View 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"