Add a dummynet role.

This commit is contained in:
Tom Alexander
2024-07-04 15:13:51 -04:00
parent 63a966947b
commit 664af21ad5
11 changed files with 140 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
- name: Install Configuration
copy:
src: "files/{{ item.src }}"
dest: "{{ item.dest }}"
mode: 0600
owner: root
group: wheel
loop:
- src: "{{ dummynet_config }}"
dest: /etc/dnctl.conf
- name: Install service configuration
copy:
src: "files/{{ item }}_rc.conf"
dest: "/etc/rc.conf.d/{{ item }}"
mode: 0644
owner: root
group: wheel
loop:
- dnctl