Update the bitcoin-2 node file after running chef

This commit is contained in:
Greg Karékinian 2020-12-11 19:28:34 +01:00
parent 4b9dfd9c60
commit 83736d2a85

View File

@ -8,7 +8,7 @@
"automatic": { "automatic": {
"fqdn": "bitcoin-2", "fqdn": "bitcoin-2",
"os": "linux", "os": "linux",
"os_version": "5.4.0-42-generic", "os_version": "5.4.0-54-generic",
"hostname": "bitcoin-2", "hostname": "bitcoin-2",
"ipaddress": "192.168.122.148", "ipaddress": "192.168.122.148",
"roles": [ "roles": [
@ -34,6 +34,7 @@
"postfix::sasl_auth", "postfix::sasl_auth",
"hostname::default", "hostname::default",
"ark::default", "ark::default",
"kosmos-bitcoin::firewall",
"git::default", "git::default",
"git::package", "git::package",
"golang::default" "golang::default"