Update node details

Removes unused recipes from generated runlist
This commit is contained in:
Basti 2021-02-18 18:51:11 +01:00
parent bac66d4dba
commit f7d3736712
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
2 changed files with 52 additions and 4 deletions

View File

@ -21,15 +21,11 @@
"recipes": [
"kosmos-base",
"kosmos-base::default",
"kredits-github",
"kredits-github::default",
"kredits-github::nginx",
"kosmos-ipfs",
"kosmos-ipfs::default",
"kosmos-hubot::botka_freenode",
"kosmos-hubot::hal8000",
"kosmos-hubot::hal8000_xmpp",
"kosmos-hubot::wormhole",
"sockethub",
"sockethub::default",
"sockethub::proxy",

52
nodes/test-3.json Normal file
View File

@ -0,0 +1,52 @@
{
"name": "test-3",
"normal": {
"knife_zero": {
"host": "10.1.1.18"
}
},
"automatic": {
"fqdn": "test-3",
"os": "linux",
"os_version": "5.4.0-1031-kvm",
"hostname": "test-3",
"ipaddress": "192.168.122.22",
"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": "15.15.1",
"chef_root": "/opt/chef/embedded/lib/ruby/gems/2.6.0/gems/chef-15.15.1/lib"
},
"ohai": {
"version": "15.12.0",
"ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.6.0/gems/ohai-15.12.0/lib/ohai"
}
}
},
"run_list": [
"recipe[kosmos-base]"
]
}