Update the akkounts-1 node after Chef run

This commit is contained in:
Greg 2021-01-23 16:46:09 +01:00
parent ee7b3626be
commit 39d0304ab4
1 changed files with 3 additions and 1 deletions

View File

@ -12,11 +12,13 @@
"hostname": "akkounts-1",
"ipaddress": "192.168.122.160",
"roles": [
"postgresql_client",
"akkounts"
],
"recipes": [
"kosmos-base",
"kosmos-base::default",
"kosmos-postgresql::hostsfile",
"kosmos-akkounts",
"kosmos-akkounts::default",
"kosmos-akkounts::nginx",
@ -71,4 +73,4 @@
"recipe[kosmos-base]",
"role[akkounts]"
]
}
}