{"id":19387965,"url":"https://github.com/bovi/hieb","last_synced_at":"2025-02-24T18:56:31.902Z","repository":{"id":56876362,"uuid":"79980694","full_name":"bovi/hieb","owner":"bovi","description":"Simple deployment tool using SSH and supporting command execution and file upload","archived":false,"fork":false,"pushed_at":"2018-10-06T16:17:33.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-27T12:04:03.245Z","etag":null,"topics":["cloud","devops","devops-tools","ssh","vmware"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bovi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-25T03:45:43.000Z","updated_at":"2018-10-06T16:17:34.000Z","dependencies_parsed_at":"2022-08-20T11:30:46.629Z","dependency_job_id":null,"html_url":"https://github.com/bovi/hieb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bovi%2Fhieb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bovi%2Fhieb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bovi%2Fhieb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bovi%2Fhieb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bovi","download_url":"https://codeload.github.com/bovi/hieb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240540548,"owners_count":19817791,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cloud","devops","devops-tools","ssh","vmware"],"created_at":"2024-11-10T10:11:22.226Z","updated_at":"2025-02-24T18:56:31.880Z","avatar_url":"https://github.com/bovi.png","language":"Ruby","readme":"# hieb\n\nSimple deployment tool using SSH and supporting command execution and file upload\n\n## Usage\n\nCall the `hieb` command for one server like this:\n\n```\nhieb 192.168.0.1 user password [[PATH TO UPLOAD DIR] [PATH TO EXE YAML]]\n```\n\nor\n\n```\nhieb 192.168.0.1 user ~/.ssh/id_rsa\n```\n\n### Command Execution\n\nHieb is searching in the working directory for `_exe.json`. The content might look like this:\n\n```json\n{\n  \"commands\": [\n    \"hostname\",\n    \"ls -lah /tmp\"\n  ]\n}\n```\n\n### File Upload\n\nHieb is searching in the working directory for `_files`. The content of this directory will be uploaded starting from the root directory.\n\n```\n_files/\n|-- bin\n|   `-- new.exe\n|-- etc\n|   `-- complex.cfg\n`-- tmp\n    |-- temporary.cfg\n    |-- temporary.db\n    `-- temporary.sh\n```\n\n## Remarks\n\nHieb is an extreme simple tool to execute commands and upload files using only SSH. It is by no mean a replacement for tools like Puppets, Chef, etc. The intention is to have a tool for one time deployments without complex dependencies. I always had the feeling that most tools are to complex for simple machine deployments.\n\nTo simplify the command execution you can add the following to your ```/etc/sudoers```:\n\n```\nuser ALL=(ALL) NOPASSWD: ALL\n```\n\nThis allows the usage of ```sudo``` without passing a password.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbovi%2Fhieb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbovi%2Fhieb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbovi%2Fhieb/lists"}