{"id":20638977,"url":"https://github.com/beetboxvm/ansible-role-beetbox-drupal","last_synced_at":"2026-02-18T14:37:08.534Z","repository":{"id":68514996,"uuid":"51828761","full_name":"beetboxvm/ansible-role-beetbox-drupal","owner":"beetboxvm","description":"Ansible Role - Beetbox Drupal","archived":false,"fork":false,"pushed_at":"2017-09-13T11:59:39.000Z","size":14,"stargazers_count":2,"open_issues_count":6,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-10T15:12:53.066Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/beetboxvm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-02-16T10:44:46.000Z","updated_at":"2018-04-04T14:01:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"7d3ee176-2a55-4ba7-bc63-a51e7d025419","html_url":"https://github.com/beetboxvm/ansible-role-beetbox-drupal","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/beetboxvm/ansible-role-beetbox-drupal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beetboxvm%2Fansible-role-beetbox-drupal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beetboxvm%2Fansible-role-beetbox-drupal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beetboxvm%2Fansible-role-beetbox-drupal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beetboxvm%2Fansible-role-beetbox-drupal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beetboxvm","download_url":"https://codeload.github.com/beetboxvm/ansible-role-beetbox-drupal/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beetboxvm%2Fansible-role-beetbox-drupal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29582318,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T13:56:48.962Z","status":"ssl_error","status_checked_at":"2026-02-18T13:54:34.145Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-16T15:21:16.361Z","updated_at":"2026-02-18T14:37:03.526Z","avatar_url":"https://github.com/beetboxvm.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ansible Role: Beetbox Drupal\n\n[![CircleCI](https://circleci.com/gh/beetboxvm/ansible-role-beetbox-drupal.svg?style=svg)](https://circleci.com/gh/beetboxvm/ansible-role-beetbox-drupal)\n\nAn Ansible role that creates a Drupal project on beetbox.\n\n## Requirements\n\nThis role is specifically developed as an extension to beetbox -- https://github.com/drupalmel/beetbox\n\n## Role Variables\n\nAvailable variables are listed below, along with default values:\n\n    drupal_install_profile: standard\n\nThe drupal install profile.\n\n    drupal_enable_modules: []\n\nList of modules to enable.\n\n    drupal_account_name: admin\n\nAdmin username.\n\n    drupal_account_pass: admin\n\nAdmin user password.\n\n    drupal_install_site: no\n\nInstall Drupal.\n\n    drupal_create_makefile: no\n\nCreate a default make file.\n\n    drupal_build_makefile: no\n\nBuild a make file.\n\n    drupal_makefile_path: \"~/beetbox.make.yml\"\n\nThe make file to build.\n\n    drupal_make_core_branch: \"8.3.x\"\n\nArguments to pass to drush make.\n\n    drupal_make_args: no\n\nDefault core branch.\n\n    drupal_distro: no\n\nBuild Drupal distro.\n\n    drupal_distro_makefile: /vagrant/drupal-org.make.yml\n\nDistro make file.\n\n    drupal_build_composer: no\n\nBuild Drupal composer project.\n\n    drupal_composer_version: \"8.x-dev\"\n\nComposer project version.\n\n    drupal_composer_dependencies: []\n\nDrupal composer dependencies.\n\n\n# beetbox\n\nhttps://github.com/beetboxvm/beetbox\n\n## Requirements\n\n* [Composer](https://getcomposer.org/download/)\n* [Vagrant](https://www.vagrantup.com/) \u003e= 1.8\n* [Virtualbox](https://www.virtualbox.org/)\n* [Vagrant Hostsupdater](https://github.com/cogitatio/vagrant-hostsupdater)\n* [Vagrant Auto-network](https://github.com/oscar-stack/vagrant-auto_network)\n\n## Quickstart\n\n  1. Open terminal (or [git bash](https://msysgit.github.io/) for windows users) and run the following commands --\n\n  ```\n  git clone https://github.com/beetboxvm/ansible-role-beetbox-drupal.git drupal \u0026\u0026 cd $_\n  composer require --dev beet/box\n  vagrant up\n  ```\n\n  2. Go to http://drupal.local/\n\n  ```\n  username: admin\n  password: admin\n  ```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeetboxvm%2Fansible-role-beetbox-drupal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeetboxvm%2Fansible-role-beetbox-drupal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeetboxvm%2Fansible-role-beetbox-drupal/lists"}