mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-09-15 12:04:53 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
12
roles/zabbix_proxy/tasks/main.yml
Normal file
12
roles/zabbix_proxy/tasks/main.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
|
||||
- include: install.yml
|
||||
- include: directories.yml
|
||||
- include: upgrade.yml
|
||||
- include: psk.yml
|
||||
- include: selinux.yml
|
||||
when: ansible_selinux.status == 'enabled'
|
||||
- include: conf.yml
|
||||
- include: iptables.yml
|
||||
- include: service.yml
|
||||
|
Reference in New Issue
Block a user