mirror of
https://github.com/cwchristerw/tjas-infra
synced 2025-09-05 15:03:22 +00:00
Compare commits
2 Commits
f17f1bfb7b
...
ffd215d9f8
Author | SHA1 | Date | |
---|---|---|---|
![]() |
ffd215d9f8 | ||
![]() |
19fb89cfb2 |
@@ -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",
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user