Files
ansible-podman/roles/network/templates/network.j2
uumas 5c46597261 Initial commit
Basic roles for installing podman, creating containers, networks and
services
2024-07-28 16:13:13 +03:00

8 lines
123 B
Django/Jinja

# {{ ansible_managed }}
[Unit]
Description=Container network {{ network_name }}
[Network]
NetworkName={{ network_name }}