correction erreur template
This commit is contained in:
+3
-3
@@ -1,9 +1,9 @@
|
||||
---
|
||||
# defaults file for roles/zabbix-server
|
||||
zabbix_phpfpm_version: 8.2
|
||||
zabbix_phpfpm_version: 8.4
|
||||
zabbix_http_port: 8080
|
||||
zabbix_server_version: 7.2
|
||||
zabbix_debian_version: 12
|
||||
zabbix_server_version: 7.4
|
||||
zabbix_debian_version: 13
|
||||
zabbix_postgresql_database: zabbixbdd
|
||||
zabbix_postgresql_username: zabbix
|
||||
zabbix_postgresql_password: zabazabiz
|
||||
|
||||
+2
-2
@@ -46,7 +46,7 @@
|
||||
|
||||
- name: "Configuration zabbix_server.conf via template"
|
||||
ansible.builtin.template:
|
||||
src: roles/zabbix-server/templates/zabbix_server.conf.j2
|
||||
src: zabbix_server.conf.j2
|
||||
dest: /etc/zabbix/zabbix_server.conf
|
||||
|
||||
- name: "Retrait présence infos de config"
|
||||
@@ -74,7 +74,7 @@
|
||||
|
||||
- name: "Copie fichier template"
|
||||
ansible.builtin.template:
|
||||
src: roles/zabbix-server/templates/zabbix.conf.php.j2
|
||||
src: zabbix.conf.php.j2
|
||||
dest: /usr/share/zabbix/ui/conf/zabbix.conf.php
|
||||
owner: www-data
|
||||
group: www-data
|
||||
|
||||
Reference in New Issue
Block a user