-
If I want to deploy more nodes, do I just need to add them to the config and run the whole process again? |
Beta Was this translation helpful? Give feedback.
Answered by
onedr0p
Jan 9, 2023
Replies: 1 comment
-
I converted your issue to a discussion. Yes that's pretty much it but note:
With that out of the way, add more nodes, should be as easy as adding the nodes to your Ansible
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
onedr0p
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I converted your issue to a discussion.
Yes that's pretty much it but note:
With that out of the way, add more nodes, should be as easy as adding the nodes to your Ansible
hosts.yml
in the correct group you want and then doing the following:task ansible:list
task ansible:ping
task …