I'm interest to try AutomateIt, but I'm concerned about multi-host
support.
Namely, it seems that AutomateIt doesn't has a server/client of it's
own, so how exactly configuration is distributed to managed machines?
Thanks for any info.
Just wondering how large amount of hosts is supported, as the push
approach (which AutomateIt employees) is considered by the solutions
to be less then optimal for pull method they provide?
Regards.
You can arrange your code any way you want. Normally you just specify
the hosts and the tags in a YAML file and push your code out. The
Automatit OSP project has an example of how you do that. You can also
do something like
invoke Socket.gethostname
if you want to create a separate file for every host.
Again it's just ruby. You can use your imagination. If you come up
with something super clever share!