network_interface
network_interface copied to clipboard
role for system network configuration
Add .gitignore
``` TASK [bennojoy.network_interface : Create the network configuration file for port on the bridge devices] *** fatal: [vsdemo6]: FAILED! => {"failed": true, "msg": "subelements lookup expects a dictionary, got 'network_bridge_interfaces'"}...
Hi Benno, Thank you for your Ansible role to setup network connections for both Debian and Redhat, it's quite useful to me :) I've added a small addition to setup...
With this error: ``` TASK [bennojoy.network_interface : Install the required packages in Debian derivatives] *** [DEPRECATION WARNING]: Using bare variables for environment is deprecated. Update your playbooks so that the...
Added support for VLAN tagged interfaces on RHEL based systems in the ethernet template. Modified order of tasks so that bridges come up last. The logic being, bonded interfaces can...
When I want to create a bridge interface, with no other port attached to it, this role fails with the follwoing error conditions: - ports: [] #ie. empty list It...
last activity was on Apr 29.
... to make new interfaces available in the same playbook run.
Hi Do you know the [debops.ifupdown](https://github.com/debops/ansible-ifupdown) role. It looks to me, that this role is kind of similar. Did you review this role?