feat: initial commit
This commit is contained in:
commit
f7e873865b
16 changed files with 273 additions and 0 deletions
9
tasks/main.yaml
Normal file
9
tasks/main.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
|
||||
# zabbix-web-server install
|
||||
- name: "zabbix-web-server install"
|
||||
ansible.builtin.import_tasks: "install.yaml"
|
||||
|
||||
# zabbix-web-server config
|
||||
- name: "zabbix-web-server config"
|
||||
ansible.builtin.import_tasks: "config.yaml"
|
||||
Loading…
Add table
Add a link
Reference in a new issue