Restructure values file to separate hosts from services

This commit is contained in:
2023-01-21 19:51:10 +01:00
parent cb403a7aeb
commit ad75cb0c88
6 changed files with 37 additions and 33 deletions

View File

@@ -10,8 +10,8 @@
systemd.services.prometheus-node-exporter.serviceConfig = {
IPAddressDeny = "any";
IPAddressAllow = [
values.ildkule.ipv4
values.ildkule.ipv6
values.hosts.ildkule.ipv4
values.hosts.ildkule.ipv6
];
};