ansible-role-interfaces
ansible-role-interfaces copied to clipboard
An ansible role for configuring different network interfaces
This patch introduces a new variable called interfaces_bounce_ignore_errors that allows to ignore errors during interface bounce (such as interfaces in down state without a link). It also introduces a new...
We have an action to automatically import this role, but it seems to be failing: https://github.com/michaelrigart/ansible-role-interfaces/actions/workflows/publish-role.yml
``` TASK [MichaelRigart.interfaces : RedHat | Write configuration files for rhel route configuration] *************************************************************************************************************************************************************************************************************** task path: /home/stack/ansible-role-interfaces/tasks/ethernet_configuration.yml:26 An exception occurred during task execution. To see the full traceback, use -vvv....
Debian creates the interfaces following a ranking usually indicated by prepending numbers to the ifcfg-files. This will be enabled by this patch by adding a 'priority' field to interface definitions....
This flag is needed ``` PROMISC=no ```
Hello, Why are you installing resolvconf on Debian ? This seems to be redundant now that systemd-resolved is the default.
Hi, When executing the task `RedHat | Write configuration files for rhel route configuration` we get the following message: ``` [DEPRECATION WARNING]: Use 'ansible.utils.ipaddr' module instead. This feature will be...
When creating a bonded InfiniBand re-running the role gives 'Interface ib0 is of an unexpected type'
The interface type for a bonded Infinband interface should either not be defined, ot be `InfiniBand`, but not `ether` as per https://github.com/michaelrigart/ansible-role-interfaces/blob/master/filter_plugins/filters.py#L234 The variables I'm using for this are: ```...
**tested with:** * latest role version `1.13.1` * python `3.10` * jinja2 `3.1.2` * will fail with: ``` TASK [MichaelRigart.interfaces : Check active Ethernet interface state] ************ [WARNING]: Skipping plugin...