Compare commits

...

2 Commits

Author SHA1 Message Date
Christer Warén
ffd215d9f8 Fix typo in Deployer tasks 2025-08-13 14:44:01 +03:00
Christer Warén
19fb89cfb2 Add interfaces to Kea configuration 2025-08-13 14:39:26 +03:00
2 changed files with 16 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
{ {
"Dhcp4": { "Dhcp4": {
"interfaces-config": { "interfaces-config": {
"interfaces": [ ] "interfaces": [ "enp0s25.20", "enp0s25.69" ]
}, },
"control-socket": { "control-socket": {
"socket-type": "unix", "socket-type": "unix",

View File

@@ -205,7 +205,7 @@
- kea - kea
state: latest state: latest
- name: "Deployer - Kea - Configure" - name: "Deployer - Kea - Configure"
ansible.builtin.template: ansible.builtin.template:
src: './files/kea/kea-dhcp4.conf' src: './files/kea/kea-dhcp4.conf'
dest: '/etc/kea/kea-dhcp4.conf' dest: '/etc/kea/kea-dhcp4.conf'
@@ -214,7 +214,7 @@
- kea - kea
- dhcp - dhcp
- name: "Deployer : Kea : Restart" - name: "Deployer : Kea : Restart"
ansible.builtin.systemd_service: ansible.builtin.systemd_service:
name: kea-dhcp4-server name: kea-dhcp4-server
state: restarted state: restarted