mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Nmcli add options (#2732)
* [nmcli] add new network configuration options * [nmcli_add_options] add documentation for new parameters nad add disabled method for IPv6 * [nmcli] fix and version adding. Add changelog fragment * Update plugins/modules/net_tools/nmcli.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update changelogs/fragments/2732-nmcli_add_options.yml Co-authored-by: Felix Fontein <felix@fontein.de> * Update changelogs/fragments/2732-nmcli_add_options.yml Co-authored-by: Felix Fontein <felix@fontein.de> * [nmcli_add_options] fix testing * Update plugins/modules/net_tools/nmcli.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/net_tools/nmcli.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update changelogs/fragments/2732-nmcli_add_options.yml Co-authored-by: Amin Vakil <info@aminvakil.com> * Update plugins/modules/net_tools/nmcli.py Co-authored-by: Amin Vakil <info@aminvakil.com> * Update plugins/modules/net_tools/nmcli.py Co-authored-by: Amin Vakil <info@aminvakil.com> * Update plugins/modules/net_tools/nmcli.py Co-authored-by: Amin Vakil <info@aminvakil.com> Co-authored-by: Oriol MULA VALLS <oriol.mula@lxp.lu> Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Amin Vakil <info@aminvakil.com>
This commit is contained in:
parent
1ed4394c5e
commit
67cabcb2aa
3 changed files with 32 additions and 2 deletions
|
@ -98,6 +98,7 @@ ipv4.gateway: 10.10.10.1
|
|||
ipv4.ignore-auto-dns: no
|
||||
ipv4.ignore-auto-routes: no
|
||||
ipv4.never-default: no
|
||||
ipv4.may-fail: yes
|
||||
ipv6.method: auto
|
||||
ipv6.ignore-auto-dns: no
|
||||
ipv6.ignore-auto-routes: no
|
||||
|
@ -128,6 +129,7 @@ ipv4.ignore-auto-dns: no
|
|||
ipv4.ignore-auto-routes: no
|
||||
ipv4.never-default: no
|
||||
ipv4.dns-search: search.redhat.com
|
||||
ipv4.may-fail: yes
|
||||
ipv6.dns-search: search6.redhat.com
|
||||
ipv6.method: auto
|
||||
ipv6.ignore-auto-dns: no
|
||||
|
@ -158,6 +160,7 @@ ipv4.gateway: 10.10.10.1
|
|||
ipv4.ignore-auto-dns: no
|
||||
ipv4.ignore-auto-routes: no
|
||||
ipv4.never-default: no
|
||||
ipv4.may-fail: yes
|
||||
ipv6.method: auto
|
||||
ipv6.ignore-auto-dns: no
|
||||
ipv6.ignore-auto-routes: no
|
||||
|
@ -187,6 +190,7 @@ ipv4.gateway: 10.10.10.1
|
|||
ipv4.ignore-auto-dns: no
|
||||
ipv4.ignore-auto-routes: no
|
||||
ipv4.never-default: no
|
||||
ipv4.may-fail: yes
|
||||
ipv6.method: auto
|
||||
ipv6.ignore-auto-dns: no
|
||||
ipv6.ignore-auto-routes: no
|
||||
|
@ -218,6 +222,7 @@ ipv4.gateway: 10.10.10.1
|
|||
ipv4.ignore-auto-dns: no
|
||||
ipv4.ignore-auto-routes: no
|
||||
ipv4.never-default: no
|
||||
ipv4.may-fail: yes
|
||||
ipv6.method: auto
|
||||
ipv6.ignore-auto-dns: no
|
||||
ipv6.ignore-auto-routes: no
|
||||
|
@ -275,6 +280,7 @@ ipv4.gateway: 10.10.10.1
|
|||
ipv4.ignore-auto-dns: no
|
||||
ipv4.ignore-auto-routes: no
|
||||
ipv4.never-default: no
|
||||
ipv4.may-fail: yes
|
||||
ipv6.method: auto
|
||||
ipv6.ignore-auto-dns: no
|
||||
ipv6.ignore-auto-routes: no
|
||||
|
@ -370,6 +376,7 @@ ipv4.dhcp-client-id: 00:11:22:AA:BB:CC:DD
|
|||
ipv4.ignore-auto-dns: no
|
||||
ipv4.ignore-auto-routes: no
|
||||
ipv4.never-default: no
|
||||
ipv4.may-fail: yes
|
||||
ipv6.method: auto
|
||||
ipv6.ignore-auto-dns: no
|
||||
ipv6.ignore-auto-routes: no
|
||||
|
@ -399,6 +406,7 @@ ipv4.gateway: 10.10.10.1
|
|||
ipv4.ignore-auto-dns: no
|
||||
ipv4.ignore-auto-routes: no
|
||||
ipv4.never-default: no
|
||||
ipv4.may-fail: yes
|
||||
ipv4.dns: 1.1.1.1,8.8.8.8
|
||||
ipv6.method: auto
|
||||
ipv6.ignore-auto-dns: no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue