Update the ipfs-1 node file after running chef

This commit is contained in:
Greg Karékinian 2020-12-11 19:29:56 +01:00
parent 83736d2a85
commit 1551fe6d1b

View File

@ -8,7 +8,7 @@
"automatic": {
"fqdn": "ipfs-1",
"os": "linux",
"os_version": "5.4.0-52-generic",
"os_version": "5.4.0-54-generic",
"hostname": "ipfs-1",
"ipaddress": "192.168.122.195",
"roles": [
@ -40,6 +40,7 @@
"kosmos-nodejs::default",
"nodejs::nodejs_from_package",
"nodejs::repo",
"kosmos-ipfs::firewall_swarm",
"firewall::default",
"chef-sugar::default",
"kosmos-nginx::default",
@ -51,6 +52,8 @@
"nginx::commons_dir",
"nginx::commons_script",
"nginx::commons_conf",
"kosmos-nginx::firewall",
"kosmos-ipfs::firewall_public_gateway",
"kosmos-base::letsencrypt"
],
"platform": "ubuntu",
@ -72,4 +75,4 @@
"recipe[kosmos-ipfs]",
"recipe[kosmos-ipfs::public_gateway]"
]
}
}