reorganisation roles kea-master et kea-slave

This commit is contained in:
root
2024-01-17 22:25:55 +01:00
parent f9e801c39e
commit 99672bef0d
23 changed files with 1410 additions and 78 deletions

View File

@@ -0,0 +1,18 @@
---
- name: restart isc-kea-dhcp4-server
service:
name: isc-kea-dhcp4-server.service
state: restarted
enabled: yes
- name: restart isc-kea-ctrl-agent
service:
name: isc-kea-ctrl-agent.service
state: restarted
enabled: yes
- name: restart mariadb-server
service:
name: mariadb-server
state: restarted
enabled: yes