9 lines
440 B
YAML
9 lines
440 B
YAML
- import_playbook: koji-hub.yml
|
|
- import_playbook: koji-web.yml
|
|
# For new installations, it is not safe to start kojid immediately, as the
|
|
# `koji add-host` command needs to be run first to avoid the "User n is not a
|
|
# host" error. Until a `koji_user` module exists to automatically handle this,
|
|
# it is best to simply let the user handle it and explicitly apply the
|
|
# `koji-builder.yml` platbook later
|
|
#- import_playbook: koji-builder.yml
|