{"id":20638974,"url":"https://github.com/beetboxvm/ansible-role-beetbox-modx","last_synced_at":"2026-02-25T11:02:03.437Z","repository":{"id":68514992,"uuid":"48985346","full_name":"beetboxvm/ansible-role-beetbox-modx","owner":"beetboxvm","description":"Ansible Role - Beetbox Modx","archived":false,"fork":false,"pushed_at":"2017-08-07T09:01:07.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-27T04:35:11.390Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/detail#/role/6807","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-01-04T08:54:01.000Z","updated_at":"2018-01-25T08:24:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"67ed78c7-8385-4dd7-949b-34de45fa4f3c","html_url":"https://github.com/beetboxvm/ansible-role-beetbox-modx","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/beetboxvm/ansible-role-beetbox-modx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beetboxvm%2Fansible-role-beetbox-modx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beetboxvm%2Fansible-role-beetbox-modx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beetboxvm%2Fansible-role-beetbox-modx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beetboxvm%2Fansible-role-beetbox-modx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beetboxvm","download_url":"https://codeload.github.com/beetboxvm/ansible-role-beetbox-modx/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beetboxvm%2Fansible-role-beetbox-modx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29819265,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T05:36:42.804Z","status":"ssl_error","status_checked_at":"2026-02-25T05:36:31.934Z","response_time":61,"last_error":"SSL_read: 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:15.872Z","updated_at":"2026-02-25T11:02:03.407Z","avatar_url":"https://github.com/beetboxvm.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ansible Role: Beetbox Modx\n\n[![CircleCI](https://circleci.com/gh/beetboxvm/ansible-role-beetbox-modx.svg?style=svg)](https://circleci.com/gh/beetboxvm/ansible-role-beetbox-modx)\n\nAn Ansible role that creates and installs a Modx 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\nCheckout Modx project.\n\n    modx_checkout: no\n    \nModx project git respository.\n    \n    modx_repo: \"http://github.com/modxcms/revolution.git\"\n    \nModx project version. This can be the full 40-character SHA-1 hash, the literal string HEAD, a branch name, or a tag name.\n    \n    modx_version: \"HEAD\"\n    \nModx checkout depth. git is history truncated to the specified number or revisions\n    \n    modx_checkout_depth: 1\n\nInstall Modx project.\n\n    modx_install_site: no\n    \nModx admin account name.\n    \n    modx_account_name: admin\n    \nModx admin account password.    \n    \n    modx_account_pass: admin\n    \nModx admin account email.    \n    \n    modx_account_mail: \"email@address.com\"\n    \nModx extra install options...    \n    \n    modx_manager_language: en\n    modx_database_connection_charset: \"utf8\"\n    modx_database_charset: \"utf8\"\n    modx_database_collation: \"utf8_general_ci\"\n    modx_https_port: 443\n    modx_cache_disabled: 0\n    modx_table_prefix: \"modx_\"\n    modx_mgr_url: \"/manager/\"\n    modx_connectors_url: \"/connectors/\"\n    modx_web_url: \"/\"\n    modx_remove_setup_directory: 0\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-modx.git modx \u0026\u0026 cd $_\n  composer require --dev beet/box\n  vagrant up\n  ```\n\n  2. Go to http://modx.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-modx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeetboxvm%2Fansible-role-beetbox-modx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeetboxvm%2Fansible-role-beetbox-modx/lists"}