install zabbix agent in the baseline

This commit is contained in:
Peter 2025-07-14 18:32:39 +02:00
parent c7a3cb40e9
commit 1df77aa74d
7 changed files with 67 additions and 0 deletions

View file

@ -7,5 +7,8 @@
- name: Manage root user
ansible.builtin.import_tasks: rootuser.yml
- name: Get zabbix agent installed
ansible.builtin.import_tasks: zabbix.yml
- name: Ensure handlers have ran
ansible.builtin.meta: flush_handlers