added task that creates two new networks for podman
This commit is contained in:
@@ -26,4 +26,11 @@
|
||||
name: "alias.{{ item[0] }}"
|
||||
scope: global
|
||||
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