mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-25 11:00:32 +08:00
Also, revise special treatment for bkernel*, the `ipa/client` role grants shell, sudo access for sysadmin-main by default, just ensure the lists for additional groups are empty. Signed-off-by: Nils Philippsen <nils@redhat.com>
14 lines
428 B
Plaintext
14 lines
428 B
Plaintext
---
|
|
host_group: kojibuilder
|
|
|
|
koji_hub_nfs: "fedora_koji"
|
|
koji_server_url: "https://koji.fedoraproject.org/kojihub"
|
|
koji_weburl: "https://koji.fedoraproject.org/koji"
|
|
koji_topurl: "https://kojipkgs.fedoraproject.org/"
|
|
|
|
ipa_host_group: kojibuilder-kernel
|
|
ipa_host_group_desc: Koji Build hosts for kernel builds
|
|
# Both of these default to sysadmin-main in the ipa/client role
|
|
ipa_client_shell_groups: []
|
|
ipa_client_sudo_groups: []
|