Add node config for ldap-1

This commit is contained in:
Greg 2021-12-02 19:07:55 +01:00
parent a75237e0fb
commit 067f5ba0d9
2 changed files with 58 additions and 0 deletions

4
clients/ldap-1.json Normal file
View File

@ -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"
}

54
nodes/ldap-1.json Normal file
View File

@ -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]"
]
}