ansible-netplan icon indicating copy to clipboard operation
ansible-netplan copied to clipboard

Ansible role to manage Netplan

Results 9 ansible-netplan issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Hi! I want to add multiple IP addresses and nameservers via variables **To Reproduce** ``` cat group_vars/all.yaml dnsserver: - 208.67.222.222 - 208.67.220.220 ``` playbook: ``` netplan_configuration: '{...

**Is your feature request related to a problem? Please describe.** When I define the role multipe times, it results in only the final configuration in the end. **Describe the solution...

**Is your feature request related to a problem? Please describe.** I'd like the possibility to ad a 'do not change this file' warning at the top of the generated netplan...

**Describe the solution you'd like** It would be nice to have an option to create a backup before changing And Thank for your awesome work!

https://github.com/mrlesmithjr/ansible-netplan/blob/a097c24e926507f3dc3a1527d290ee11af08c5a4/defaults/main.yml#L16 for example, my network interface name is from `{{ ansible_default_ipv4.interface }}`, but it couldn't be a dictionary key in yaml, it will render as a plain text `'{{ ansible_default_ipv4.interface...

**Describe the bug** I notice that in my deployments backup are not done. I identify 2 problems with that: 1. I only set `netplan_backup_existing` but is not considered to launch...

**Describe the bug** Hello everybody, I am trying to configure a Ubuntu machine as a switch. For that purpose, I want to use Ansible with this role. From the documentation,...

**Describe the bug** If we are using default variables, this role remove all existing netplan configuration on server and add empty ansible-config.yaml configuration **To Reproduce** Steps to reproduce the behavior:...

**Describe the bug** v0.4.1 is the latest version of the role on Ansible Galaxy, but there have been (minor) commits since then including #48 / #49 **To Reproduce** Steps to...