PROBLEM #2: CONTAINERS RUNNING ON MULTIPLE HOSTS
Each node has its own run_list,
defining which recipes should be
executed (in JSON):
{
“run_list”: [
"cd-infrastructure::docker-cmw",
"cd-infrastructure::docker-deployer",
"cd-infrastructure::docker-monitor",
"cd-infrastructure::docker-logger"
],
“cloudesire”: {
“key”: “value”
}
}