st*: style adjustments (#9516)

* st*: style adjustments

* lien lenght adjustments
This commit is contained in:
Alexei Znamensky 2025-01-04 08:00:45 +13:00 committed by GitHub
parent d7da0ae7f6
commit 695b1abc8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 310 additions and 290 deletions

View file

@ -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: