Add the config for the nat_dhcp jail.
This commit is contained in:
@@ -1,5 +1,20 @@
|
||||
# - name: Install packages
|
||||
# package:
|
||||
# name:
|
||||
# - foo
|
||||
# state: present
|
||||
- name: Install packages
|
||||
package:
|
||||
name:
|
||||
- dhcpd
|
||||
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
|
||||
- src: dhcpd.conf
|
||||
dest: /usr/local/etc/dhcpd.conf
|
||||
- src: resolv.conf
|
||||
dest: /etc/resolv.conf
|
||||
|
||||
Reference in New Issue
Block a user