{"id":13450371,"url":"https://github.com/nextrevision/rancher-vagrant","last_synced_at":"2025-04-19T18:58:57.221Z","repository":{"id":42218415,"uuid":"59621809","full_name":"nextrevision/rancher-vagrant","owner":"nextrevision","description":"Extensible and automated local Rancher environments using Vagrant","archived":false,"fork":false,"pushed_at":"2016-05-28T13:43:31.000Z","size":20,"stargazers_count":18,"open_issues_count":1,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T12:01:55.541Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nextrevision.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":"2016-05-25T01:43:28.000Z","updated_at":"2020-09-13T13:05:39.000Z","dependencies_parsed_at":"2022-08-27T12:21:28.690Z","dependency_job_id":null,"html_url":"https://github.com/nextrevision/rancher-vagrant","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/nextrevision%2Francher-vagrant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextrevision%2Francher-vagrant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextrevision%2Francher-vagrant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextrevision%2Francher-vagrant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nextrevision","download_url":"https://codeload.github.com/nextrevision/rancher-vagrant/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249239297,"owners_count":21235835,"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-07-31T07:00:34.044Z","updated_at":"2025-04-16T12:30:57.282Z","avatar_url":"https://github.com/nextrevision.png","language":"Ruby","funding_links":[],"categories":["Rancher 1.0"],"sub_categories":["Community projects 1.0"],"readme":"# rancher-vagrant\n\nExtensible and automated local Rancher environments using Vagrant\n\n## Usage\n\n```\ngit clone https://github.com/nextrevision/rancher-vagrant\ncd rancher-vagrant\nvagrant up\n```\n\nAssuming the defaults, browse to [http://192.168.33.11:8080](http://192.168.33.11:8080) to access your Rancher server.\n\n## Configuration\n\nYou can configure the environment by setting up a custom `config.rb` file in the root of the repository. The available configuration options to you are displayed below:\n\n| Item                   | Type     | Required | Default             | Description                                                              |\n|------------------------|----------|----------|---------------------|--------------------------------------------------------------------------|\n| `$box`                 | *string* | false    | rancherio/rancheros | Vagrant box to use for the environment                                   |\n| `$box_url`             | *string* | false    | `nil`               | URL to download the box                                                  |\n| `$box_version`         | *string* | false    | `nil`               | Version of the box to download                                           |\n| `$disable_folder_sync` | *bool*   | false    | `true`              | Disable syncing the current working directory to \"/vagrant\" on the guest |\n| `$ip_prefix`           | *string* | false    | 192.168.33          | Prefix for all IPs assigned to the guests                                |\n| `$rancher_version`     | *string* | false    | latest              | Version of Rancher to deploy                                             |\n| `$boxes`               | *array*  | true     | `[]`                | List of boxes (see [Boxes](#boxes) table below)                                  |\n\n### Boxes\n\n| Item            | Type     | Required | Default                                        | Description                                                                           |\n|-----------------|----------|----------|------------------------------------------------|---------------------------------------------------------------------------------------|\n| `name`          | *string* | true     |                                                | Base name of the box                                                                  |\n| `count`         | *string* | false    | 1                                              | Number of guests to create with this config                                           |\n| `role`          | *string* | false    | agent                                          | Role of the box (either \"server\" or \"agent\", at least one \"server\" must be specified) |\n| `memory`        | *string* | false    | 512                                            | Amount of memory to dedicate to the box (for RancherOS, at least 512 is recommended)  |\n| `ip`            | *string* | false    | \u003ccomputed\u003e                                     | IP address to assign to the box (typically best to leave this alone)                  |\n| `install_agent` | *bool*   | false    | `true` if role==agent, `false` if role==server | Whether or not to run the Rancher agent on the guest                                  |\n| `project`       | *string* | false    | `nil`                                          | Name of the Rancher project or environment to place the box in                        |\n| `project_type`  | *string* | false    | cattle                                         | Type of project to for the Rancher environment (cattle, swarm, kubernetes)            |\n| `server`        | *string* | false    | \u003ccomputed\u003e                                     | Hostname or IP address of the Rancher server to join                                  |\n\n## Example\n\nSee [config_sample.rb](config_sample.rb)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextrevision%2Francher-vagrant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnextrevision%2Francher-vagrant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextrevision%2Francher-vagrant/lists"}