Initial commit
Basic roles for installing podman, creating containers, networks and services
This commit is contained in:
7
roles/network/templates/network.j2
Normal file
7
roles/network/templates/network.j2
Normal file
@@ -0,0 +1,7 @@
|
||||
# {{ ansible_managed }}
|
||||
|
||||
[Unit]
|
||||
Description=Container network {{ network_name }}
|
||||
|
||||
[Network]
|
||||
NetworkName={{ network_name }}
|
||||
Reference in New Issue
Block a user