Install the pem file here instead of bodhi-base
This commit is contained in:
parent
7b6216b912
commit
631a5d9903
1 changed files with 12 additions and 0 deletions
|
@ -50,6 +50,18 @@
|
||||||
- fedmsgmonitor
|
- fedmsgmonitor
|
||||||
- nagios/client
|
- nagios/client
|
||||||
|
|
||||||
|
- name: install bodhi.pem file
|
||||||
|
copy: >
|
||||||
|
src="{{ private }}/files/bodhi_key_and_cert.pem"
|
||||||
|
dest="/etc/pki/bodhi/bodhi.pem"
|
||||||
|
owner=bodhi
|
||||||
|
group=bodhi
|
||||||
|
mode=0400
|
||||||
|
when: inventory_hostname.startswith('bodhi-backend')
|
||||||
|
tags:
|
||||||
|
- config
|
||||||
|
- bodhi
|
||||||
|
|
||||||
- name: change owner and group attributes of bodhi.pem file
|
- name: change owner and group attributes of bodhi.pem file
|
||||||
file: >
|
file: >
|
||||||
path="/etc/pki/bodhi/bodhi.pem"
|
path="/etc/pki/bodhi/bodhi.pem"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue