Commit 63bb58a0 authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: use new ansible layout

parent b8f8afe8
Loading
Loading
Loading
Loading
Loading

playbook.yaml

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

# execute this role
- name: "install and configure a Keepalive Daemon"
  hosts: "all"
  become: true
  roles:
    - role: "keepalived"

roles/requirements.yml

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

roles:
  - name: "keepalived"
    src: "https://gitlab.simoncor.net/ansible/ans-keepalived.git"
    scm: "git"