diff --git a/playbook.yaml b/playbook.yaml new file mode 100644 index 0000000..653a8f4 --- /dev/null +++ b/playbook.yaml @@ -0,0 +1,8 @@ +--- + +# execute this role +- name: "install and configure a DHCP server" + hosts: "all" + become: true + roles: + - role: "dhcp" diff --git a/roles/requirements.yml b/roles/requirements.yml new file mode 100644 index 0000000..f075fd5 --- /dev/null +++ b/roles/requirements.yml @@ -0,0 +1,6 @@ +--- + +roles: + - name: "dhcp" + src: "https://gitlab.simoncor.net/ansible/ans-dhcp.git" + scm: "git"