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.
ansible-msvsphere.ci/roles/koji_cli/meta/argument_specs.yml

36 lines
881 B

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