Commit edf2f479 authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: add playbook file for local execution

parent 7db1dd35
Loading
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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: "."