Set up a testing VM on draco
Currently only has base recipe and nginx with certbot running. https://test-2.kosmos.org/
This commit is contained in:
52
nodes/test-2.json
Normal file
52
nodes/test-2.json
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"name": "test-2",
|
||||
"normal": {
|
||||
"knife_zero": {
|
||||
"host": "10.147.20.109"
|
||||
}
|
||||
},
|
||||
"automatic": {
|
||||
"fqdn": "test-2",
|
||||
"os": "linux",
|
||||
"os_version": "5.4.0-45-generic",
|
||||
"hostname": "test-2",
|
||||
"ipaddress": "192.168.122.166",
|
||||
"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": {
|
||||
"ohai": {
|
||||
"version": "15.12.0",
|
||||
"ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.6.0/gems/ohai-15.12.0/lib/ohai"
|
||||
},
|
||||
"chef": {
|
||||
"version": "15.13.8",
|
||||
"chef_root": "/opt/chef/embedded/lib/ruby/gems/2.6.0/gems/chef-15.13.8/lib"
|
||||
}
|
||||
}
|
||||
},
|
||||
"run_list": [
|
||||
"recipe[kosmos-base]"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user