mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 18:35:13 +00:00
Add a prominent warning about things that the role removes.
This commit is contained in:
parent
712ff3fa88
commit
bc8b0398b0
1 changed files with 17 additions and 0 deletions
17
README.md
17
README.md
|
|
@ -42,6 +42,23 @@ profile with a certain IP configuration without activating the profile. To
|
|||
apply the configuration to the actual networking interface, a command like
|
||||
`nmcli` needs to be used on the target system.
|
||||
|
||||
### Warning
|
||||
|
||||
The role replaces existing connections of the same names as those
|
||||
specified in the `network_connections` variable, and thus overwrites
|
||||
non-Ansible managed settings. Values of settings which are not
|
||||
specified in the `network_connections` variable are not
|
||||
preserved. Exceptions to this are:
|
||||
|
||||
* Connections that have only the `state` setting specified, the role
|
||||
then allows to activate or deactivate the connection without
|
||||
otherwise changing it.
|
||||
|
||||
* The `route_append_only` and `rule_append_only` settings which allow
|
||||
to append to the current set of static routes and routing rules
|
||||
instead of replacing them.
|
||||
|
||||
See also [Limitations](#limitations).
|
||||
|
||||
Variables
|
||||
---------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue