Loading meta/main.yaml +5 −1 Original line number Diff line number Diff line Loading @@ -5,4 +5,8 @@ galaxy_info: description: "install and configure a Zabbix Agent" license: "MIT" role_name: "zabbix_agent" dependencies: [] dependencies: - name: "ans-zabbix-prereq" src: "https://gitlab.simoncor.net/ansible/ans-zabbix-prereq.git" scm: "git" playbook.yaml 0 → 100644 +12 −0 Original line number Diff line number Diff line --- # execute this role - name: "install and configure the Zabbix Agent" hosts: "all" become: true tasks: # execute role - name: "install and configure the Zabbix Agent" ansible.builtin.include_role: name: "." Loading
meta/main.yaml +5 −1 Original line number Diff line number Diff line Loading @@ -5,4 +5,8 @@ galaxy_info: description: "install and configure a Zabbix Agent" license: "MIT" role_name: "zabbix_agent" dependencies: [] dependencies: - name: "ans-zabbix-prereq" src: "https://gitlab.simoncor.net/ansible/ans-zabbix-prereq.git" scm: "git"
playbook.yaml 0 → 100644 +12 −0 Original line number Diff line number Diff line --- # execute this role - name: "install and configure the Zabbix Agent" hosts: "all" become: true tasks: # execute role - name: "install and configure the Zabbix Agent" ansible.builtin.include_role: name: "."