Add ejabberd role to new cluster nodes

This commit is contained in:
2022-01-18 12:28:56 -06:00
parent 85a9e327b4
commit 7a1d670d3f
2 changed files with 6 additions and 4 deletions

View File

@@ -47,6 +47,7 @@
} }
}, },
"run_list": [ "run_list": [
"recipe[kosmos-base]" "recipe[kosmos-base]",
"role[ejabberd]"
] ]
} }

View File

@@ -47,6 +47,7 @@
} }
}, },
"run_list": [ "run_list": [
"recipe[kosmos-base]" "recipe[kosmos-base]",
"role[ejabberd]"
] ]
} }