Basic Sentry setup
Not running the install script automatically at this point yet.
This commit is contained in:
63
nodes/sentry-1.json
Normal file
63
nodes/sentry-1.json
Normal file
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"name": "sentry-1",
|
||||
"chef_environment": "production",
|
||||
"normal": {
|
||||
"knife_zero": {
|
||||
"host": "10.1.1.132"
|
||||
}
|
||||
},
|
||||
"automatic": {
|
||||
"fqdn": "sentry-1",
|
||||
"os": "linux",
|
||||
"os_version": "5.4.0-1087-kvm",
|
||||
"hostname": "sentry-1",
|
||||
"ipaddress": "192.168.122.251",
|
||||
"roles": [
|
||||
"base",
|
||||
"kvm_guest",
|
||||
"sentry"
|
||||
],
|
||||
"recipes": [
|
||||
"kosmos-base",
|
||||
"kosmos-base::default",
|
||||
"kosmos_kvm::guest",
|
||||
"kosmos_sentry",
|
||||
"kosmos_sentry::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",
|
||||
"firewall::default",
|
||||
"chef-sugar::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]",
|
||||
"role[sentry]"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user