diff options
author | Patrick Uiterwijk <puiterwijk@redhat.com> | 2016-11-23 14:47:45 +0000 |
---|---|---|
committer | Patrick Uiterwijk <puiterwijk@redhat.com> | 2016-11-23 14:47:45 +0000 |
commit | 338ed07bc1575add4115946f903f98685fffcad4 (patch) | |
tree | 3704b94c6e1c540c5513cb99f3e8513591e466ba | |
parent | d620877536c75f7d8b8105aae552c9dccae759a6 (diff) | |
download | ansible-338ed07bc1575add4115946f903f98685fffcad4.tar.gz ansible-338ed07bc1575add4115946f903f98685fffcad4.tar.xz ansible-338ed07bc1575add4115946f903f98685fffcad4.zip |
Generate bodhi/ service keytabs
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
-rw-r--r-- | playbooks/groups/bodhi-backend.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/playbooks/groups/bodhi-backend.yml b/playbooks/groups/bodhi-backend.yml index 1c44900d1..80ac8691c 100644 --- a/playbooks/groups/bodhi-backend.yml +++ b/playbooks/groups/bodhi-backend.yml @@ -44,6 +44,11 @@ nfs_src_dir: 'fedora_koji' when: env == 'staging' + - role: keytab/service + owner_user: apache + owner_group: apache + service: bodhi + host: "{{inventory_hostname}}" - bodhi2/backend - fedmsg/base - role: collectd/fedmsg-service |