{"id":22553185,"url":"https://github.com/dudecalledbro/openmediavault","last_synced_at":"2025-03-28T10:24:41.086Z","repository":{"id":265985184,"uuid":"864828537","full_name":"DudeCalledBro/openmediavault","owner":"DudeCalledBro","description":"Ansible OpenMediaVault deployment","archived":false,"fork":false,"pushed_at":"2024-12-01T23:42:40.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-02T11:12:22.988Z","etag":null,"topics":["ansible","nas","openmediavault"],"latest_commit_sha":null,"homepage":"","language":"Jinja","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/DudeCalledBro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":"DudeCalledBro"}},"created_at":"2024-09-29T09:20:49.000Z","updated_at":"2024-12-01T23:42:43.000Z","dependencies_parsed_at":"2024-12-01T23:40:51.283Z","dependency_job_id":null,"html_url":"https://github.com/DudeCalledBro/openmediavault","commit_stats":null,"previous_names":["dudecalledbro/openmediavault"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DudeCalledBro%2Fopenmediavault","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DudeCalledBro%2Fopenmediavault/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DudeCalledBro%2Fopenmediavault/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DudeCalledBro%2Fopenmediavault/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DudeCalledBro","download_url":"https://codeload.github.com/DudeCalledBro/openmediavault/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246010448,"owners_count":20709113,"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":["ansible","nas","openmediavault"],"created_at":"2024-12-07T18:08:45.376Z","updated_at":"2025-03-28T10:24:41.071Z","avatar_url":"https://github.com/DudeCalledBro.png","language":"Jinja","funding_links":["https://github.com/sponsors/DudeCalledBro"],"categories":[],"sub_categories":[],"readme":"# OpenMediaVault\n\n[![CI](https://github.com/DudeCalledBro/openmediavault/actions/workflows/ci.yml/badge.svg)](https://github.com/DudeCalledBro/openmediavault/actions/workflows/ci.yml)\n\nThis repository contains my Ansible deployment for OpenMediaVault - an opensource network attached storage solution. Therefore i am using two Raspberry Pi 5 with the Radxa Penta SATA HAT and some SSDs.\n\n**Important!** The installation of OpenMediaVault is currently only supported on Debian Linux (See [docs](https://docs.openmediavault.org/en/stable/)).\n\n## Prerequisites\n\n- Ensure you have Ansible installed (e.g. `pip3 install ansible`)\n- **Development**: Install the pip packages listed in [requirements.txt](requirements.txt)\n\n## Installation\n\nThe installtion is described without any custom configurations which must be made (e.g. boot-config for the SATA HAT) in order to get your hardware working.\n\n1. Copy the `example.inventory.yml` file to `inventory.yml` and setup setup a variables file for your configuration. Therefore you have to `copy example.config.yml` to `config.yml`. Also have a look into the roles defaults.\n\n2. Run the Ansible playbook to deploy OpenMediaVault\n\n```bash\nansible-playbook play-omv.yml --extra-vars \"@config.yml\"\n```\n\n3. (**Optional**) Install OpenMediaVault Extras (e.g. ZFS-Support). Read more about the OMV-Extras [here](https://wiki.omv-extras.org/).\n\n```bash\nansible-playbook play-omv-extras.yml --extra-vars \"@config.yml\"\n```\n\n4. Open a new Browser Window and navigate to the OpenMediaVault GUI\n\n    * URL: `http://omv.local`\n    * Username: `admin`\n    * Password: `openmediavault`\n\n    **Important!** Change the default OpenMediaVault admin password immediately!\n\n## Additional\n\nTo get the Radxa Penta SATA HAT working on the Raspberry Pi 5, you need to configure some boot options. Therefore you can use my Raspberry Pi ansible configuration role [here](https://github.com/DudeCalledBro/ansible-role-rpi).\n\n```yaml\nrpi_config:\n- regexp: \"^#?dtparam=pciex1$\"\n  line: \"dtparam=pciex1\"\n- regexp: \"^#?dtparam=pciex1_gen\"\n  line: \"dtparam=pciex1_gen=3\"\n```\n\n## License\n\nCopyright © 2024 Niclas Spreng\n\nLicensed under the [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdudecalledbro%2Fopenmediavault","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdudecalledbro%2Fopenmediavault","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdudecalledbro%2Fopenmediavault/lists"}