podman: Login to registries
This commit is contained in:
@@ -2,4 +2,23 @@
|
||||
argument_specs:
|
||||
main:
|
||||
description: Installs podman
|
||||
options: {}
|
||||
options:
|
||||
podman_registry_accounts:
|
||||
description: Dict of accounts for container repositories
|
||||
type: list
|
||||
required: false
|
||||
default: []
|
||||
elements: dict
|
||||
options:
|
||||
registry:
|
||||
description: Registry server to login to
|
||||
type: str
|
||||
required: true
|
||||
username:
|
||||
description: Username
|
||||
type: str
|
||||
required: true
|
||||
password:
|
||||
description: Password / token
|
||||
type: str
|
||||
required: true
|
||||
|
||||
Reference in New Issue
Block a user