feat: move stuff around for testing
This commit is contained in:
parent
c14dd49576
commit
9d117e9fb8
11 changed files with 6 additions and 1 deletions
|
|
@ -4,6 +4,11 @@
|
|||
- name: "install and configure the Zabbix Agent"
|
||||
hosts: "all"
|
||||
become: true
|
||||
|
||||
# execute dependancy playbook
|
||||
roles:
|
||||
- role: "zabbix_prereq"
|
||||
- role: "zabbix_agent"
|
||||
|
||||
# execute this playbook
|
||||
tasks:
|
||||
- import_tasks: "tasks/main.yaml"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue