logdetective: configure podman to use iptables
This commit is contained in:
parent
a9494929ef
commit
895ee22f34
1 changed files with 10 additions and 0 deletions
|
@ -13,6 +13,16 @@
|
|||
- wget
|
||||
- gcc-c++
|
||||
|
||||
# For some reason, Podman containers cannot reach internet on F41
|
||||
# It is somehow related to the iptables vs nftables change
|
||||
# See https://fedoraproject.org/wiki/Changes/NetavarkNftablesDefault
|
||||
- name: Configure podman network
|
||||
community.general.ini_file:
|
||||
path: /etc/containers/containers.conf.d/50-netavark-nftables.conf
|
||||
section: network
|
||||
option: firewall_driver
|
||||
value: "iptables"
|
||||
|
||||
- name: Download the cuda repofile
|
||||
ansible.builtin.get_url:
|
||||
url: https://developer.download.nvidia.com/compute/cuda/repos/fedora41/x86_64/cuda-fedora41.repo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue