Add node config for new IPFS (gateway) VM

This commit is contained in:
Basti 2020-09-24 17:41:24 +02:00
parent d2550d80c8
commit 7c4af862b7
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
1 changed files with 75 additions and 0 deletions

75
nodes/ipfs-1.json Normal file
View File

@ -0,0 +1,75 @@
{
"name": "ipfs-1",
"normal": {
"knife_zero": {
"host": "10.147.20.198"
}
},
"automatic": {
"fqdn": "ipfs-1",
"os": "linux",
"os_version": "5.4.0-48-generic",
"hostname": "ipfs-1",
"ipaddress": "192.168.122.195",
"roles": [
],
"recipes": [
"kosmos-base",
"kosmos-base::default",
"kosmos-ipfs",
"kosmos-ipfs::default",
"kosmos-ipfs::public_gateway",
"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",
"ipfs::default",
"ipfs::_user",
"kosmos-ipfs::kredits_pinner",
"kosmos-nodejs::default",
"nodejs::nodejs_from_package",
"nodejs::repo",
"firewall::default",
"chef-sugar::default",
"kosmos-nginx::default",
"nginx::default",
"nginx::package",
"nginx::ohai_plugin",
"nginx::repo",
"nginx::commons",
"nginx::commons_dir",
"nginx::commons_script",
"nginx::commons_conf",
"kosmos-base::letsencrypt"
],
"platform": "ubuntu",
"platform_version": "20.04",
"cloud": null,
"chef_packages": {
"chef": {
"version": "15.14.0",
"chef_root": "/opt/chef/embedded/lib/ruby/gems/2.6.0/gems/chef-15.14.0/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]",
"recipe[kosmos-ipfs]",
"recipe[kosmos-ipfs::public_gateway]"
]
}