From 80c3e4e2700c65e7a3d40d89ba466efb098aa7c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Mon, 22 Aug 2022 13:40:26 +0100 Subject: [PATCH] Create ldap-3 VM --- clients/ldap-3.json | 4 ++++ nodes/ldap-3.json | 54 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 clients/ldap-3.json create mode 100644 nodes/ldap-3.json diff --git a/clients/ldap-3.json b/clients/ldap-3.json new file mode 100644 index 0000000..a31f0ff --- /dev/null +++ b/clients/ldap-3.json @@ -0,0 +1,4 @@ +{ + "name": "ldap-3", + "public_key": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzLndVZtKubbJf2izx6vN\ntU0gwZUhcCz4Dq+Ilu9D8tPVEWUqKp9RyPkSO8iIxdLXJ8ZjtG3oBVPFGka/fW1a\n/SSf4Yn6ArkNhP9dmDKzrOYOuoPF+h+Fa9Jecy2PtNzhGdBdynIK4ezJIdq5vPEG\nAsJf/Ad9EIU8D4Aj/nhNUwfUwsFTTE++LL9yCzRiDHg6pjNToM75V/+fFPk0UL1/\neLcaJzqi5WeXhfq7DbjMtqnt/+vUxO2YAk9MDb3U15hnH4xkxtDfRth1UGkpR/PK\naLn/RTS9sqk3oMZVzDSioXO0TGp00sWDmvpBvEBwlYgWnx1o8JQnkClvn2OSo6va\nzQIDAQAB\n-----END PUBLIC KEY-----\n" +} \ No newline at end of file diff --git a/nodes/ldap-3.json b/nodes/ldap-3.json new file mode 100644 index 0000000..7ca28bd --- /dev/null +++ b/nodes/ldap-3.json @@ -0,0 +1,54 @@ +{ + "name": "ldap-3", + "normal": { + "knife_zero": { + "host": "10.1.1.6" + } + }, + "automatic": { + "fqdn": "ldap-3", + "os": "linux", + "os_version": "5.4.0-1073-kvm", + "hostname": "ldap-3", + "ipaddress": "192.168.122.34", + "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.10.3", + "chef_root": "/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/chef-17.10.3/lib", + "chef_effortless": null + }, + "ohai": { + "version": "17.9.0", + "ohai_root": "/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/ohai-17.9.0/lib/ohai" + } + } + }, + "run_list": [ + "recipe[kosmos-base]", + "role[kvm_guest]" + ] +}