aboutsummaryrefslogtreecommitdiff
path: root/containers.yml
diff options
context:
space:
mode:
authorspmfox <spmfox@foxwd.com>2024-08-05 15:08:33 -0400
committerspmfox <spmfox@foxwd.com>2024-08-05 15:08:33 -0400
commit4aa6b11581718f66e711bf26fbb41e96fa3a4661 (patch)
tree6960601f873a2ada5a749810afcb04b322e196d4 /containers.yml
parent5049cacdf5d6f25f4b77d774675c03f132a78838 (diff)
adding pod networkrunlabels
Diffstat (limited to 'containers.yml')
-rw-r--r--containers.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/containers.yml b/containers.yml
index 6e23e8a..ab61772 100644
--- a/containers.yml
+++ b/containers.yml
@@ -76,6 +76,7 @@
containers.podman.podman_pod:
name: "{{ pod.name }}"
ports: "{{ pod.ports }}"
+ network: "{{ pod.network | default(omit) }}"
state: started
tags: container-start
when: pod is defined