Move keytab generation to later so the bodhi user exists
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
5efcad5495
commit
ab6a25d549
1 changed files with 3 additions and 3 deletions
|
@ -24,6 +24,9 @@
|
|||
- apache
|
||||
- mod_wsgi
|
||||
|
||||
- { role: bodhi2/base, when: "inventory_hostname.startswith('bodhi0')" }
|
||||
- { role: fedmsg/base, when: "inventory_hostname.startswith('bodhi0')" }
|
||||
|
||||
- role: keytab/service
|
||||
owner_user: bodhi
|
||||
owner_group: bodhi
|
||||
|
@ -37,9 +40,6 @@
|
|||
host: "bodhi.stg.fedoraproject.org"
|
||||
when: env == "staging"
|
||||
|
||||
- { role: bodhi2/base, when: "inventory_hostname.startswith('bodhi0')" }
|
||||
- { role: fedmsg/base, when: "inventory_hostname.startswith('bodhi0')" }
|
||||
|
||||
tasks:
|
||||
- include: "{{ tasks_path }}/yumrepos.yml"
|
||||
- include: "{{ tasks_path }}/2fa_client.yml"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue