2022-12-03 01:45:53 +00:00
|
|
|
- name: Install packages
|
|
|
|
package:
|
|
|
|
name:
|
2023-04-25 23:01:57 +00:00
|
|
|
- kea
|
2022-12-03 01:45:53 +00:00
|
|
|
state: present
|
|
|
|
|
|
|
|
- name: Install Configuration
|
|
|
|
copy:
|
|
|
|
src: "files/{{ item.src }}"
|
|
|
|
dest: "{{ item.dest }}"
|
|
|
|
mode: 0644
|
|
|
|
owner: root
|
|
|
|
group: wheel
|
|
|
|
loop:
|
|
|
|
- src: rc.conf
|
|
|
|
dest: /etc/rc.conf
|
2023-04-25 23:01:57 +00:00
|
|
|
- src: kea-dhcp4.conf
|
|
|
|
dest: /usr/local/etc/kea/kea-dhcp4.conf
|
2022-12-03 01:45:53 +00:00
|
|
|
- src: resolv.conf
|
|
|
|
dest: /etc/resolv.conf
|