mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-05-04 19:39:50 +02:00
build
This commit is contained in:
@@ -2,6 +2,9 @@
|
|||||||
name: Roles
|
name: Roles
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
roles:
|
roles:
|
||||||
|
- name: zabbix_proxy_service
|
||||||
|
role: zabbix_proxy_service
|
||||||
|
tags: zabbix_proxy_service
|
||||||
- name: init
|
- name: init
|
||||||
role: init
|
role: init
|
||||||
tags: init
|
tags: init
|
||||||
|
|||||||
@@ -124,7 +124,15 @@
|
|||||||
recurse: yes
|
recurse: yes
|
||||||
when: zabbix_db_type == "sqlite"
|
when: zabbix_db_type == "sqlite"
|
||||||
|
|
||||||
|
- name: Configure firewall for Zabbix Proxy
|
||||||
|
when: ansible_os_family == "RedHat"
|
||||||
|
block:
|
||||||
|
- name: Open port 10051/tcp
|
||||||
|
ansible.posix.firewalld:
|
||||||
|
port: 10051/tcp
|
||||||
|
permanent: true
|
||||||
|
state: enabled
|
||||||
|
immediate: true
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
# MySQL setup
|
# MySQL setup
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user