nmcli: add wifi support (#2220)

* nmcli: add wifi support

Ability to:

- connect NetworkManager to a Wifi network
- attach the connection to a master (bond).

* target 3.0.0
This commit is contained in:
Gonéri Le Bouder
2021-04-18 04:59:23 -04:00
committed by GitHub
parent ec9c23437c
commit 6a8eb7b388
2 changed files with 51 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
---
minor_changes:
- "nmcli - add ability to connect to a Wifi network and also to attach it to a master (bond) (https://github.com/ansible-collections/community.general/pull/2220)."