aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/udhcpd/tasks/main.yml
blob: 280a5ef4436ee267145f3fcf906ae5be9ac4ab48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
- name: udhcpd | update apt-cache
  apt:
    cache_valid_time: 3600
    update_cache: yes

- name: udhcpd | install
  apt:
    name: udhcpd

- name: configure udhcpd
  template:
    src: etc/udhcpd.conf
    dest: /etc/udhcpd.conf