zabbix_server: install idp cert
This commit is contained in:
parent
8286b8f6c8
commit
9f32846426
1 changed files with 10 additions and 0 deletions
|
@ -64,6 +64,16 @@
|
|||
tags:
|
||||
- zabbix-configuration
|
||||
|
||||
- name: Install IDP certificate
|
||||
ansible.builtin.copy:
|
||||
src: "{{ private }}/files/saml2/{{ env }}/keys/idp.crt"
|
||||
dest: /usr/share/zabbix/conf/certs/idp.crt
|
||||
mode: 0644
|
||||
owner: nginx
|
||||
group: nginx
|
||||
tags:
|
||||
- zabbix-configuration
|
||||
|
||||
- name: Configure nginx nginx.conf
|
||||
ansible.builtin.template:
|
||||
src: nginx.conf.j2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue