Add support for container devices

This commit is contained in:
uumas
2026-01-24 17:12:57 +02:00
parent b030d671b5
commit 0ee8e9b254
7 changed files with 53 additions and 0 deletions

View File

@@ -48,6 +48,7 @@
entrypoint: "{{ container_entrypoint or omit }}"
user: "{{ container_user or omit }}"
mount: "{{ _container_mounts | map('items') | map('map', 'join', '=') | map('join', ',') }}"
device: "{{ _container_devices }}"
network: "{{ _container_networks_with_ip }}"
publish: "{{ container_publish_ports }}"
secrets: "{{ _container_secrets }}"