diff --git a/clients/garage-1.json b/clients/garage-1.json new file mode 100644 index 0000000..bf9028e --- /dev/null +++ b/clients/garage-1.json @@ -0,0 +1,4 @@ +{ + "name": "garage-1", + "public_key": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA9cshySZB1wzBIQTbJ9Wk\nn0eSV+pm77xGoAb3w3BqX0MyPAdKVKGBsHEsBDRSSi99fA2RWc9sKLILjJgJarcU\nzp92fLrQSXAE58+xHMKax7KZSQlcQx0L42hZw1+OLktJQp76Iw7mnzKhVT6BJRzl\nGDvfqJenCpWTYaRZFtnq59j+pGtC0tu3vRF92xH+iSVINT/Y2Zalq/fVIwUOo6EY\nM7mdQQHw/EJG7+ulh5P2kxJaAyaBjjfo4GMi2Tny/335nk4yTZZYKmYDsfaM+cLq\nda9VfgC8gtXkVVahuNoZ0SS0y5JkP6uHwNtv1NeW87b4xZJ4TPRUIkSc6o1cbX5m\n2wIDAQAB\n-----END PUBLIC KEY-----\n" +} \ No newline at end of file diff --git a/nodes/garage-1.json b/nodes/garage-1.json new file mode 100644 index 0000000..c1ebd04 --- /dev/null +++ b/nodes/garage-1.json @@ -0,0 +1,56 @@ +{ + "name": "garage-1", + "normal": { + "knife_zero": { + "host": "10.1.1.102" + } + }, + "automatic": { + "fqdn": "garage-1", + "os": "linux", + "os_version": "5.4.0-132-generic", + "hostname": "garage-1", + "ipaddress": "192.168.122.41", + "roles": [ + "base", + "kvm_guest" + ], + "recipes": [ + "kosmos-base", + "kosmos-base::default", + "kosmos_kvm::guest", + "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": [ + "role[base]", + "role[kvm_guest]" + ] +} \ No newline at end of file