network icon indicating copy to clipboard operation
network copied to clipboard

An ansible role to configure networking

Results 72 network issues
Sort by recently updated
recently updated
newest added

Hi, how would I setup a bonded interface with my own specified MAC address?

I mean this: ``` $ sudo nmcli c show baremetal | grep ipv4.dns-priority ipv4.dns-priority: 10 $ grep IPV4_DNS_PRIORITY /etc/sysconfig/network-scripts/ifcfg-baremetal IPV4_DNS_PRIORITY=10 ```

When running a playbook a second time, it not detecting that the interface is already up and errors out. ``` # ansible-playbook -l util6vm net_demo.yml -vv ansible-playbook 2.5.1 config file...

The parser for the `iproute2` routing table database (`/etc/iproute2/rt_tables` etc.) in `module_utils/network_lsr/argument_validator.py:IPRouteUtils` is too strict. It asserts that entries/lines in the file are of the form `254 main` where the...

Thank you for adding support for routing rules. The feature is working well for us. However, as it is, it does not support referring to routing tables by name, only...

On Ubuntu 20.04, nm-managed connections by default use ipv6.addr-gen-mode = "stable-privacy". When using SLAAC, for obtaining a static address, setting this to "eui64" is required. I haven't found a way...

There is a commit in a fork that indicates there is a problem with package installation https://github.com/youviewtv/galaxy-network-role/commit/d5d769ec5896f429cb5fc1a97ad3f7dd2823a2e7 This needs investigation.

Greetings. We have some s390x z/vm instances running Fedora 35. They need: ``` LAYER2=1 SUBCHANNELS=0.0.0900,0.0.0901,0.0.0902 NETTYPE=qeth ``` In order to see/use their network adapter. If we simply add this to...

https://github.com/linux-system-roles/network/blob/main/README.md#type-vlan needs to document how to specify the VLAN id (and other vlan settings if there are any).

help wanted
doc
good first issue

I would really like to see OVS being supported through this role. Are there plans for this? For NM there is NetworkManager-ovs, so that side should be rather easy to...