-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need help creating a minimal non-trivial playbook #33
Comments
marinegor
changed the title
Playbook example for inhomogenious cluster
Need help creating a minimal non-trivial playbook example
May 8, 2023
marinegor
changed the title
Need help creating a minimal non-trivial playbook example
Need help creating a minimal non-trivial playbook
May 8, 2023
Did you manage this please (if so, how?) ? I am in the same waters. |
Nope, couldn't do it.
|
This is a late response and probably no longer relevant for you, but maybe it helps someone in the future. A working config where the controller node is also an executor:
|
@mark-gerarts thanks, that's amazing! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi everyone, I'm struggling with creating a playbook that would install both control and execution nodes.
Whatever I do, I end up with multiple nodes where each of them is a singleton cluster with single node in it, and there's no interconnectivity between them.
Minimal playbook:
and the output would be:
which is not what I intended.
Could anyone help drafting a correct playbook for such a case?
The text was updated successfully, but these errors were encountered: