mrlesmithjr / ansible-netplan

Ansible role to manage Netplan
MIT License
132 stars 85 forks source link

Support for passing omit in netplan_configuration. #36

Closed bromeara closed 1 year ago

bromeara commented 1 year ago

Is your feature request related to a problem? Please describe. I would like to be able to decide at run time if a section of the configuration is to be generated. Such as including the wifi: section on some hosts with access points defined but not on hosts that dont.

Describe the solution you'd like Removing the is defined check from the template and evaluating the maps as true or false resolves this issue.

Describe alternatives you've considered None