Commit 8eebb8e8 authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: use new ansible layout

parent 0126d737
Loading
Loading
Loading
Loading
Loading

playbook.yaml

0 → 100644
+9 −0
Original line number Diff line number Diff line
---

# execute this role
- name: "install and configure the Zabbix Web"
  hosts: "all"
  become: true
  roles:
    - role: "zabbix_prereq"
    - role: "zabbix_web"

roles/requirements.yml

0 → 100644
+9 −0
Original line number Diff line number Diff line
---

roles:
  - name: "zabbix_prereq"
    src: "https://gitlab.simoncor.net/ansible/ans-zabbix-prereq.git"
    scm: "git"
  - name: "zabbix_web"
    src: "https://gitlab.simoncor.net/ansible/ans-zabbix-web.git"
    scm: "git"