modif role kea

This commit is contained in:
root 2024-02-01 11:51:13 +01:00
parent b1e4b50982
commit 35e816c2eb
3 changed files with 21 additions and 6 deletions

View File

@ -9,7 +9,7 @@
- name: Get awx key_pub - name: Get awx key_pub
get_url: get_url:
url: s-adm.gsb.adm/gsbstore/id_rsa_awx.pub url: http://s-adm.gsb.adm/gsbstore/id_rsa_awx.pub
dest: /tmp dest: /tmp

View File

@ -79,6 +79,10 @@
"library": "/usr/lib/x86_64-linux-gnu/kea/hooks/libdhcp_lease_cmds.so" "library": "/usr/lib/x86_64-linux-gnu/kea/hooks/libdhcp_lease_cmds.so"
}, },
{
"library": "/usr/lib/x86_64-linux-gnu/kea/hooks/libdhcp_stat_cmds.so"
},
{ {
// The HA hook library should be loaded. // The HA hook library should be loaded.
"library": "/usr/lib/x86_64-linux-gnu/kea/hooks/libdhcp_ha.so", "library": "/usr/lib/x86_64-linux-gnu/kea/hooks/libdhcp_ha.so",
@ -179,8 +183,19 @@
// choice is 8.8.8.8, owned by Google. Using third party DNS // choice is 8.8.8.8, owned by Google. Using third party DNS
// service raises some privacy concerns. // service raises some privacy concerns.
"name": "domain-name-servers", "name": "domain-name-servers",
"data": "172.16.0.1" "data": "172.16.0.1, 172.16.0.4"
} },
{
"name": "domain-name",
"data": "gsb.lan"
},
{
"name": "domain-search",
"data": "gsb.lan"
},
], ],
// Some devices should get a static address. Since the .100 - .199 range is dynamic, // Some devices should get a static address. Since the .100 - .199 range is dynamic,

View File

@ -17,8 +17,8 @@
- goss - goss
- ssh-cli - ssh-cli
- kea - kea
- stork-agent - awx-user-cli
- zabbix-cli #- stork-agent
# - zabbix-cli
- journald-snd - journald-snd
- snmp-agent
- post - post