Skip to content

Cockpit as a replacement for OpenLMI #17127

Answered by martinpitt
rousku asked this question in Q&A
Discussion options

You must be logged in to vote

I don't think that would make too much sense. The whole cockpit-ws/websocket/cockpit-bridge functionality exists solely for web browsers and thus the interactive UI that Cockpit provides. The bridge protocol allows you to do do D-Bus calls, file access/writing, etc., all of which just wrap existing Linux APIs.

If you want to manage servers programmatically, then just SSH is the right thing to do. Especially with Ansible, which is meant for programmatically managing servers, and do these things. For example, the service module can start/stop/enable/disable services. Moreover, Ansible is written in a configuration management language (specify target state and be idempotent) instead of in an…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by martinpitt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants