dresden-weekly / ansible-network-interfaces

Ansible roles to manage Ubuntu network interface configuration
MIT License
86 stars 62 forks source link

Changed the suffix of the interface files to .cfg #6

Closed starkers closed 8 years ago

starkers commented 8 years ago

Heya.. another potential feature to consider..

I've renamed the interface files that get loaded to be suffixed with .cfg (this is currently live in my production also)

good

arBmind commented 8 years ago

Thank you for all your inputs.

Two things to consider:

starkers commented 8 years ago

Yes good point (I've had a sober look lol)

How about we change the "find" to remove only .cfg files? That way old configs could be recovered

On 1 Nov 2015 17:04, at 17:04, Andreas Reischuck notifications@github.com wrote:

Thank you for all your inputs.

Two things to consider:

  • Unused files will be deleted automatically when network_manage_devices is enabled.
  • Therefore backups will not survive a second Ansible run.

Reply to this email directly or view it on GitHub: https://github.com/dresden-weekly/ansible-network-interfaces/pull/6#issuecomment-152844407

arBmind commented 8 years ago

Good idea! Please add the necessary changes.

starkers commented 8 years ago

Will do so soon (need to test)