dresden-weekly / ansible-network-interfaces

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

Add option to restrict permissions on configurations #57

Closed colin-nolan closed 7 years ago

colin-nolan commented 7 years ago

It is possible for an interface configuration file to include sensive information, such as passwords (e.g. wpa-psk).

By default, the configurations in interfaces.d are 0644 (readable by all).

It would be good to be able to restrict the permissions of these files to 0600.