You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
---
|
|
|
|
argument_specs:
|
|
|
|
main:
|
|
|
|
short_description: A role that installs and configures Koji CLI tools.
|
|
|
|
author: Eugene Zamriy
|
|
|
|
version_added: '0.1.4'
|
|
|
|
options:
|
|
|
|
koji_domain_name:
|
|
|
|
description: Koji server domain name.
|
|
|
|
type: str
|
|
|
|
required: true
|
|
|
|
|
|
|
|
koji_cli_user:
|
|
|
|
description:
|
|
|
|
- Koji CLI tools user name.
|
|
|
|
- If omitted, the system-wide configuration file /etc/koji.conf will be updated.
|
|
|
|
type: 'str'
|
|
|
|
required: false
|
|
|
|
|
|
|
|
koji_profile:
|
|
|
|
description: Koji profile name.
|
|
|
|
default: 'koji'
|
|
|
|
type: 'str'
|
|
|
|
required: false
|
|
|
|
|
|
|
|
koji_ca_cert_path:
|
|
|
|
description: Koji CA certificate path.
|
|
|
|
type: 'str'
|
|
|
|
required: false
|
|
|
|
|
|
|
|
koji_topdir:
|
|
|
|
description: Koji top directory path.
|
|
|
|
default: '/mnt/koji'
|
|
|
|
type: 'str'
|
|
|
|
required: false
|
|
|
|
|
|
|
|
koji_cli_keytab:
|
|
|
|
description: Kerberos keytab file for automatic authentication.
|
|
|
|
type: str
|
|
|
|
required: false
|
|
|
|
version_added: '0.1.7'
|
|
|
|
|
|
|
|
koji_cli_principal:
|
|
|
|
description: Kerberos principal for automatic authentication.
|
|
|
|
type: str
|
|
|
|
required: false
|
|
|
|
version_added: '0.1.7'
|