mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
allow smartos vmadm to create docker vms (#32819)
This commit is contained in:
parent
b455901904
commit
aa74434815
1 changed files with 6 additions and 1 deletions
|
@ -78,6 +78,11 @@ options:
|
||||||
required: false
|
required: false
|
||||||
description:
|
description:
|
||||||
- Domain value for C(/etc/hosts).
|
- Domain value for C(/etc/hosts).
|
||||||
|
docker:
|
||||||
|
required: false
|
||||||
|
description:
|
||||||
|
- Docker images need this flag enabled along with the I(brand) set to C(lx).
|
||||||
|
version_added: "2.5"
|
||||||
filesystems:
|
filesystems:
|
||||||
required: false
|
required: false
|
||||||
description:
|
description:
|
||||||
|
@ -607,7 +612,7 @@ def main():
|
||||||
],
|
],
|
||||||
'bool': [
|
'bool': [
|
||||||
'archive_on_delete', 'autoboot', 'debug', 'delegate_dataset',
|
'archive_on_delete', 'autoboot', 'debug', 'delegate_dataset',
|
||||||
'firewall_enabled', 'force', 'indestructible_delegated',
|
'docker', 'firewall_enabled', 'force', 'indestructible_delegated',
|
||||||
'indestructible_zoneroot', 'maintain_resolvers', 'nowait'
|
'indestructible_zoneroot', 'maintain_resolvers', 'nowait'
|
||||||
],
|
],
|
||||||
'int': [
|
'int': [
|
||||||
|
|
Loading…
Reference in a new issue