mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
[PR #9516/695b1abc backport][stable-10] st*: style adjustments (#9522)
st*: style adjustments (#9516)
* st*: style adjustments
* lien lenght adjustments
(cherry picked from commit 695b1abc8d
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
c7202a1902
commit
39e4f89ff0
28 changed files with 310 additions and 290 deletions
|
@ -64,8 +64,9 @@ options:
|
|||
type: str
|
||||
config:
|
||||
description:
|
||||
- The C(zonecfg) configuration commands for this zone. See zonecfg(1M) for the valid options and syntax. Typically this is a list of options
|
||||
separated by semi-colons or new lines, for example V(set auto-boot=true;add net;set physical=bge0;set address=10.1.1.1;end).
|
||||
- The C(zonecfg) configuration commands for this zone. See zonecfg(1M) for the valid options and syntax. Typically this
|
||||
is a list of options separated by semi-colons or new lines, for example V(set auto-boot=true;add net;set physical=bge0;set
|
||||
address=10.1.1.1;end).
|
||||
type: str
|
||||
default: ''
|
||||
create_options:
|
||||
|
@ -75,14 +76,14 @@ options:
|
|||
default: ''
|
||||
install_options:
|
||||
description:
|
||||
- Extra options to the zoneadm(1M) install command. To automate Solaris 11 zone creation, use this to specify the profile XML file, for example
|
||||
O(install_options=-c sc_profile.xml).
|
||||
- Extra options to the zoneadm(1M) install command. To automate Solaris 11 zone creation, use this to specify the profile
|
||||
XML file, for example O(install_options=-c sc_profile.xml).
|
||||
type: str
|
||||
default: ''
|
||||
attach_options:
|
||||
description:
|
||||
- Extra options to the zoneadm attach command. For example, this can be used to specify whether a minimum or full update of packages is
|
||||
required and if any packages need to be deleted. For valid values, see zoneadm(1M).
|
||||
- Extra options to the zoneadm attach command. For example, this can be used to specify whether a minimum or full update
|
||||
of packages is required and if any packages need to be deleted. For valid values, see zoneadm(1M).
|
||||
type: str
|
||||
default: ''
|
||||
timeout:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue