mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 10:25:28 +00:00
README: Clarify order of dependent profiles
This commit is contained in:
parent
fb99ae6777
commit
8deab236f0
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -220,11 +220,11 @@ NetworkManager.
|
|||
- For initscripts, the master is looked up as the `DEVICE` from the corresponding
|
||||
ifcfg file.
|
||||
|
||||
As `master` refers to other profiles of the same or another play,
|
||||
the order of the `connections` list matters. Also, `--check` ignores
|
||||
the value of the `master` and assumes it will be present during a real
|
||||
run. That means, in presence of an invalid `master`, `--check` may
|
||||
signal success but the actual play run fails.
|
||||
As `master` refers to other profiles of the same or another play, the order of the
|
||||
`connections` list matters. Profiles that are referenced by other profiles need to be
|
||||
specified first. Also, `--check` ignores the value of the `master` and assumes it will
|
||||
be present during a real run. That means, in presence of an invalid `master`, `--check`
|
||||
may signal success but the actual play run fails.
|
||||
|
||||
The `team` type uses `roundrobin` as the `runner` configuration. No further configuration is supported at the moment.
|
||||
#### `type: vlan`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue