From 773aa3ddee1063845e2a4c643b7c97620957fdcf Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Thu, 14 May 2020 15:29:25 +0200 Subject: [PATCH] Update node configs --- clients/centaurus.kosmos.org.json | 4 +++ nodes/centaurus.kosmos.org.json | 56 +++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 clients/centaurus.kosmos.org.json create mode 100644 nodes/centaurus.kosmos.org.json diff --git a/clients/centaurus.kosmos.org.json b/clients/centaurus.kosmos.org.json new file mode 100644 index 0000000..0e663c4 --- /dev/null +++ b/clients/centaurus.kosmos.org.json @@ -0,0 +1,4 @@ +{ + "name": "centaurus.kosmos.org", + "public_key": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsVV0j8DQSlefAAAmafjx\nyT1j1idLQF0oltTp2p4jFEsnEdFeP4Plpluy+detra1gM9sBBBuvRKGt8NP+Yoc7\nbnn7qU13E/nWUQh9n15+jjgUirXg7CxluKfj2VvsdchJRIvzDwwZz5sqITiGG7/S\n2r2KBBBnuGlGShQJZhhcLW4P+3YgxW8DUgUsRdvreVuvF1hcnaSymldfos1CqYL8\nawtsZ2rtdZHmZxfguXl91WBCu2OxsT13i3kInnDQsFB0tYKq+TFSLAHxneKTYPRW\ngYgP9RSBZ51iQ+6R1CenYsr4SePVCmwaZGb8bmd0QLvGKlBhjX29a5bE5tjzeoBD\nuwIDAQAB\n-----END PUBLIC KEY-----\n" +} \ No newline at end of file diff --git a/nodes/centaurus.kosmos.org.json b/nodes/centaurus.kosmos.org.json new file mode 100644 index 0000000..0a5fe83 --- /dev/null +++ b/nodes/centaurus.kosmos.org.json @@ -0,0 +1,56 @@ +{ + "name": "centaurus.kosmos.org", + "normal": { + "knife_zero": { + "host": "centaurus.kosmos.org" + } + }, + "automatic": { + "fqdn": "centaurus.kosmos.org", + "os": "linux", + "os_version": "4.15.0-96-generic", + "hostname": "centaurus", + "ipaddress": "78.46.59.98", + "roles": [ + "postgresql_replica" + ], + "recipes": [ + "kosmos-base", + "kosmos-base::default", + "kosmos-postgresql::replica", + "apt::default", + "timezone_iii::default", + "timezone_iii::debian", + "ntp::default", + "ntp::apparmor", + "kosmos-base::systemd_emails", + "kosmos-base::firewall", + "kosmos-postfix::default", + "postfix::default", + "postfix::_common", + "postfix::_attributes", + "postfix::sasl_auth", + "hostname::default", + "firewall::default", + "chef-sugar::default", + "build-essential::default" + ], + "platform": "ubuntu", + "platform_version": "18.04", + "cloud": null, + "chef_packages": { + "ohai": { + "version": "15.9.1", + "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.6.0/gems/ohai-15.9.1/lib/ohai" + }, + "chef": { + "version": "15.10.12", + "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.6.0/gems/chef-15.10.12/lib" + } + } + }, + "run_list": [ + "recipe[kosmos-base]", + "role[postgresql_replica]" + ] +} \ No newline at end of file