The *zabbix-server* role deploys the Zabbix server database, daemon, and web interface. It requires the *apache* role to configure Apache HTTPD to serve the web UI.
7 lines
168 B
YAML
7 lines
168 B
YAML
- name: restart zabbix server
|
|
service:
|
|
name=zabbix-server
|
|
state=restarted
|
|
- name: save firewalld configuration
|
|
command: firewall-cmd --runtime-to-permanent
|