feat: initial commit
This commit is contained in:
commit
8cee41cfa8
16 changed files with 328 additions and 0 deletions
11
tasks/config.yaml
Normal file
11
tasks/config.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
|
||||
# config server
|
||||
- name: "config server"
|
||||
ansible.builtin.template:
|
||||
src: "templates/zabbix/server/zabbix_server.conf.j2"
|
||||
dest: "/etc/zabbix/zabbix_server.conf"
|
||||
owner: "root"
|
||||
group: "root"
|
||||
mode: "0664"
|
||||
notify: "restart zabbix-server"
|
||||
Loading…
Add table
Add a link
Reference in a new issue