{"id":18647630,"url":"https://github.com/artcom/vagrant-capistrano","last_synced_at":"2025-07-06T08:05:30.602Z","repository":{"id":18928434,"uuid":"22147782","full_name":"artcom/vagrant-capistrano","owner":"artcom","description":"Capistrano provisioner for vagrant","archived":false,"fork":false,"pushed_at":"2017-12-01T13:51:10.000Z","size":15,"stargazers_count":8,"open_issues_count":1,"forks_count":2,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-06-16T04:36:55.348Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/artcom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-07-23T12:57:35.000Z","updated_at":"2018-01-15T12:49:01.000Z","dependencies_parsed_at":"2022-08-20T19:00:39.394Z","dependency_job_id":null,"html_url":"https://github.com/artcom/vagrant-capistrano","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/artcom/vagrant-capistrano","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artcom%2Fvagrant-capistrano","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artcom%2Fvagrant-capistrano/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artcom%2Fvagrant-capistrano/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artcom%2Fvagrant-capistrano/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artcom","download_url":"https://codeload.github.com/artcom/vagrant-capistrano/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artcom%2Fvagrant-capistrano/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263868249,"owners_count":23522317,"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":[],"created_at":"2024-11-07T06:27:14.517Z","updated_at":"2025-07-06T08:05:30.582Z","avatar_url":"https://github.com/artcom.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vagrant::Capistrano\n\nThis vagrant-plugin allows you to call capistrano from vagrant. Useful in combination with the puppet provisioner. \n\n## Installation\n\n```\nvagrant plugin install vagrant-capistrano\n```\n\n## Usage\n\n    config.vm.provision \"capistrano\" do |cap|\n      cap.capfile = '../some-project/Capfile'\n      cap.rubystring = 'ruby-2.0.0-p458@gemset' \n      cap.stage = 'testing'\n      cap.tasks = ['rvm:install'] \n      cap.environment = { 'ENV_VAR' =\u003e 'VALUE' } \n      cap.hiera_root = '../hiera' \n    end\n\nThis provisioner will set the following environment variables before executing capistrano:\n\n    DEPLOYMENT_USER = 'vagrant' (or whatever the vagrant ssh user is set to)\n    SSH_IDENTITY = private ssh key of the DEPLOYMENT_USER\n    HOSTS= IP address and port of the vagrant ssh daemon\n\nIn order for this plugin to successfully execute your capsitrano tasks, should your include the following in your Capfile (or deploy.rb):\n\n    # required for vagrant\n    set :ssh_options,   { keys: [ENV['SSH_IDENTITY']] } if ENV['SSH_IDENTITY']\n    set :user,          ENV['DEPLOYMENT_USER'] || \"deployment\"\n\nThis provisioner will cd into the directory containing your Capfile, then perform the tasks listed in the cap.tasks array. If\nomitted, it defaults to:\n\n    cap (stage) misc:update_needed? rvm:install_ruby deploy:setup deploy\n    cap (stage) rvm:install_ruby\n    cap (stage) deploy:setup\n    cap (stage) deploy\n\n## Contributing\n\n1. Fork it ( http://github.com/artcom/vagrant-capistrano/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartcom%2Fvagrant-capistrano","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartcom%2Fvagrant-capistrano","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartcom%2Fvagrant-capistrano/lists"}