michaelrigart / ansible-role-interfaces

An ansible role for configuring different network interfaces
GNU General Public License v3.0
83 stars 61 forks source link

Feature: Ability to consolidate configuration in interfaces file #132

Closed jbe-dw closed 1 year ago

jbe-dw commented 1 year ago

Hello,

We are using your role to configure our servers. However, we have an issue for configuring Proxmox: it only loads the network configuration from /etc/network/interfaces (on Debian) and doesn't care about interfaces.d folder.

We would like to be able to store the config in a single file, using an option, for this special use case.

I'd like you opinion before working on a PR because the role is a bit complex:

Regards J

jbe-dw commented 1 year ago

Closed by #133