added task that creates two new networks for podman
This commit is contained in:
@@ -27,3 +27,10 @@
|
|||||||
scope: global
|
scope: global
|
||||||
value: "{{ item[1] }}"
|
value: "{{ item[1] }}"
|
||||||
loop: []
|
loop: []
|
||||||
|
# @TODO create 2 additional Podman networks
|
||||||
|
- name: Creating a Podman network
|
||||||
|
containers.podman.podman_network:
|
||||||
|
name: "{{ item }}"
|
||||||
|
driver: bridge
|
||||||
|
# @NOTE pre-existing default Podman network is called "podman"
|
||||||
|
loop: [wg,hs]
|
||||||
Reference in New Issue
Block a user