buildvm / staging: add ipa/client to setup ssh/sudo access.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-02-05 11:47:08 -08:00
parent 1a302f3617
commit f9f87b928a

View file

@ -22,6 +22,7 @@
roles: roles:
- base - base
- hosts - hosts
- { role: ipa/client, when: env == "staging" }
- { - {
role: nfs/client, role: nfs/client,
mnt_dir: "/mnt/fedora_koji", mnt_dir: "/mnt/fedora_koji",