mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 10:56:20 +08:00
Make the keys private
This commit is contained in:
@@ -39,10 +39,12 @@
|
||||
|
||||
- name: copy fedoauth private key
|
||||
copy: src={{ private }}/files/fedoauth/persona.key dest=/etc/fedoauth/persona.key
|
||||
owner=apache group=apache mode=0600
|
||||
when: env != "staging"
|
||||
|
||||
- name: copy fedoauth STG private key
|
||||
copy: src={{ private }}/files/fedoauth/persona.stg.key dest=/etc/fedoauth/persona.stg.key
|
||||
owner=apache group=apache mode=0600
|
||||
when: env == "staging"
|
||||
|
||||
- name: create the database scheme
|
||||
|
||||
Reference in New Issue
Block a user