From 067f5ba0d9fc9633ecf67e3134c63c416ab38ecf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Thu, 2 Dec 2021 19:07:55 +0100 Subject: [PATCH] Add node config for ldap-1 --- clients/ldap-1.json | 4 ++++ nodes/ldap-1.json | 54 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 clients/ldap-1.json create mode 100644 nodes/ldap-1.json diff --git a/clients/ldap-1.json b/clients/ldap-1.json new file mode 100644 index 0000000..5760d00 --- /dev/null +++ b/clients/ldap-1.json @@ -0,0 +1,4 @@ +{ + "name": "ldap-1", + "public_key": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA+bMtze1cMK3QRCnTsYwU\n5Y7EqaUU8ufrmesFhGLcMPsnZHT1KeL3GZ0Pc/ro50Eok3ryBM9DZxPRNMq5d601\n4NzHJWXgMQA9IdyNkFZejK/da+IHLLHL2BOdOx/Mhbtopcko0bupNYgBtBPPmBSD\nV0UH8t020wc7BWAx0fuIFV0iCAARo8SctLueGlEVK9VSfBFa2l95igxY71NAVV5r\n/SIkJzpHOlsKQNSqaAsVHiq+jtlJlfQ9ZdxD2EoS7GH+yWiLD4jqR5TF+Q1I/TLQ\nJuVTBg4QS2v2OgRa8bb1HdtmNo23yBJeDIUePt7KhO3Fz73wTJR2Bo6+S/D6tElZ\nawIDAQAB\n-----END PUBLIC KEY-----\n" +} \ No newline at end of file diff --git a/nodes/ldap-1.json b/nodes/ldap-1.json new file mode 100644 index 0000000..3fb5b39 --- /dev/null +++ b/nodes/ldap-1.json @@ -0,0 +1,54 @@ +{ + "name": "ldap-1", + "normal": { + "knife_zero": { + "host": "10.1.1.63" + } + }, + "automatic": { + "fqdn": "ldap-1", + "os": "linux", + "os_version": "5.4.0-1049-kvm", + "hostname": "ldap-1", + "ipaddress": "192.168.122.164", + "roles": [ + + ], + "recipes": [ + "kosmos-base", + "kosmos-base::default", + "apt::default", + "timezone_iii::default", + "timezone_iii::debian", + "ntp::default", + "ntp::apparmor", + "kosmos-base::systemd_emails", + "apt::unattended-upgrades", + "kosmos-base::firewall", + "kosmos-postfix::default", + "postfix::default", + "postfix::_common", + "postfix::_attributes", + "postfix::sasl_auth", + "hostname::default" + ], + "platform": "ubuntu", + "platform_version": "20.04", + "cloud": null, + "chef_packages": { + "chef": { + "version": "17.8.25", + "chef_root": "/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/chef-17.8.25/lib", + "chef_effortless": null + }, + "ohai": { + "version": "17.7.12", + "ohai_root": "/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/ohai-17.7.12/lib/ohai" + } + } + }, + "run_list": [ + "recipe[kosmos-base]", + "role[ldap]" + ] +}