Commit 9d117e9f authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: move stuff around for testing

parent c14dd495
Loading
Loading
Loading
Loading
Loading
+0 −0

File moved.

+6 −1
Original line number Diff line number Diff line
@@ -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