mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-03 00:03:05 +02:00
bitwarden
This commit is contained in:
16
playbooks/00_install_zabbix_server_cert.yml
Normal file
16
playbooks/00_install_zabbix_server_cert.yml
Normal file
@ -0,0 +1,16 @@
|
||||
- hosts: datacenter
|
||||
name: Install zabbix agent
|
||||
become: true
|
||||
tasks:
|
||||
- name: Creating a file with content
|
||||
copy:
|
||||
dest: "/usr/share/zabbix/conf/certs/idp.crt"
|
||||
content: "{{ ZABBIX_IDP_CERT }}"
|
||||
- name: Creating a file with content
|
||||
copy:
|
||||
dest: "/usr/share/zabbix/conf/certs/sp.key"
|
||||
content: "{{ ZABBIX_AUTH_KEY }}"
|
||||
- name: Creating a file with content
|
||||
copy:
|
||||
dest: "/usr/share/zabbix/conf/certs/sp.crt"
|
||||
content: "{{ ZABBIX_AUTH_CERT }}"
|
Reference in New Issue
Block a user