Update node configs

This commit is contained in:
2026-07-06 18:47:51 +02:00
parent 2a14837f64
commit 02dc95b7de
12 changed files with 51 additions and 29 deletions
+4 -1
View File
@@ -13,6 +13,7 @@
"hostname": "drone-1",
"ipaddress": "192.168.122.200",
"roles": [
"base",
"kvm_guest",
"drone",
"postgresql_client"
@@ -20,6 +21,7 @@
"recipes": [
"kosmos-base",
"kosmos-base::default",
"kosmos_prometheus::node_exporter",
"kosmos_kvm::guest",
"kosmos_postgresql::hostsfile",
"kosmos_drone",
@@ -38,7 +40,8 @@
"postfix::_common",
"postfix::_attributes",
"postfix::sasl_auth",
"hostname::default"
"hostname::default",
"firewall::default"
],
"platform": "ubuntu",
"platform_version": "20.04",