1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-04-13 21:05:01 +00:00
Commit graph

7 commits

Author SHA1 Message Date
Sagi Shnaidman
6f8df336bc Add support of network options like MTU, VLAN 2020-12-20 16:50:54 +02:00
Sagi Shnaidman
04c7e18bc3 Add IPv6 to network
Fix CI for podman network.
Make 'subnet' required for ip-range or gateway.
Add IPv6 subnets.
2020-12-20 16:50:54 +02:00
Eric L
baf459ec23
Correct IP range example for podman_network (#149)
the IP range must be in CIDR notation not IP1-IP2, at least according to man page
of podman-network-create

Co-authored-by: Eric L <ewl+git@lavar.de>
2020-11-23 14:16:32 +02:00
Sébastien CATHERINE
978e328420
Update podman_network.py (#123)
Fix doc
2020-10-12 01:19:57 +03:00
Sergey
f03362429b
Check if dnsname plugin installed for CNI (#118)
If dnsname plugins is not in specified set of paths, it's not
installed. If it's not installed, then the default values of
disable-dns will be True (as dns is disabled).
2020-10-07 13:05:50 +03:00
Holger Hees
1bd3b70de6
fix diff calculation for lower/upper cases (#115)
* fix diff calculation

* fix formatting

* fix formatting

* removed unused import statements

* add missing requirement doc
2020-10-07 11:50:43 +03:00
Sergey
c97a56a0a2
Add podman_network module (#107)
And add release 1.3.0
2020-09-03 01:38:25 +03:00