Hacker News new | ask | show | jobs
by mdaniel 564 days ago
I mean this as a genuine question: in what way is your custom "shell commands over ssh" different from ansible?

Also, as best I can tell the templates repo has no license information

1 comments

Right, It's nothing different than ansible. I don't know ansible and I don't want to depend on any other tool while developing onctl. But would be nice to implement something to support. What I did already is to be able to export for ansible and puppet (similar to kubectl -o parameter ex. onctl ls -opuppet) configuration to be able to use it later on. But with integrating, that will require user to have experience about the other tool and also need to configure that as well. Also wouldn't be possible to achieve the end result with single command.

About the license on onctl-templates.. I defined it as MIT, which I assume should be OK with everybody.