diff --git a/playbook.yaml b/playbook.yaml new file mode 100644 index 0000000..b77dbad --- /dev/null +++ b/playbook.yaml @@ -0,0 +1,8 @@ +--- + +# execute this role +- name: "install and configure the Zabbix Prerequisites" + hosts: "all" + become: true + roles: + - role: "zabbix_prereq" diff --git a/roles/requirements.yml b/roles/requirements.yml new file mode 100644 index 0000000..26133f3 --- /dev/null +++ b/roles/requirements.yml @@ -0,0 +1,6 @@ +--- + +roles: + - name: "zabbix_prereq" + src: "https://gitlab.simoncor.net/ansible/ans-zabbix-prereq.git" + scm: "git"