https://github.com/shellops/shellops-docs
Documentation for shellops project
https://github.com/shellops/shellops-docs
Last synced: 9 days ago
JSON representation
Documentation for shellops project
- Host: GitHub
- URL: https://github.com/shellops/shellops-docs
- Owner: shellops
- License: mit
- Created: 2021-01-19T22:33:33.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-24T11:58:46.000Z (about 5 years ago)
- Last Synced: 2025-07-21T16:56:47.904Z (7 months ago)
- Size: 1.95 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ShellOps - Server Management Assistance
## Product comparison
- ### ShellOps
- Persona: Software developers, Webmasters
- Interoperability: Low
- Cloud availability: AWS, Azure, GCP
- Communication: With client using SSH
- Two way communication
- (+) Easy setup
- (+) Easy to operate
- (-) Few recipes
- ### Ansible
- Persona: DevOps
- Interoperability: High
- Cloud availability: AWS, Azure, GCP
- Communication: SSH
- One way communication
- Suitable for large organizations
- (+) in yaml
- (+) large recipe
- (+) community
- (+) no client agent required
- (-) performance comparing to other tools in list
- (-) yaml is not flexible
- ### Puppet
- Persona: DevOps
- Cloud availability: AWS, Azure
- Interoperability: High
- Declarative
- Ruby and DSL
- Communication: SSL ( rest api ? )
- Two way communication
- Suitable for large organizations
- (+) community
- (+) reporting to understand infs
- (-) Learning curve + Ruby
- ### Chef
- Persona: DevOps
- Cloud availability: AWS
- Interoperability: High
- Communication: Knife tool ( custom client )
- Procedural
- Two way communication
- Suitable for large organizations
- (+) Large recipe collection
- (+) Integrates with Git
- (-) Learning curve + Ruby
- (-) Main server does not have much control
- ### SaltStack
- Persona: DevOps
- Cloud availability: AWS
- Interoperability: High
- Declarative
- Python, yaml and DSL
- Communication: SSH
- Two way communication
- Suitable for large organizations
- (+) Reporting
- (+) Simple usage after setup
- (-) Setup is hard
- (-) UI is less developed than other