{"id":21721392,"url":"https://github.com/informaticsmatters/squonk2-data-manager-ui-ansible","last_synced_at":"2026-04-20T05:03:33.237Z","repository":{"id":43483505,"uuid":"289046861","full_name":"InformaticsMatters/squonk2-data-manager-ui-ansible","owner":"InformaticsMatters","description":"Ansible (AWX) Kubernetes deployment scripts for the Mini-Apps Data-Tier UI","archived":false,"fork":false,"pushed_at":"2026-01-26T16:01:12.000Z","size":87,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-01-27T02:59:53.161Z","etag":null,"topics":["squonk2"],"latest_commit_sha":null,"homepage":"","language":"Jinja","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/InformaticsMatters.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-08-20T15:48:45.000Z","updated_at":"2026-01-26T15:59:06.000Z","dependencies_parsed_at":"2025-09-26T15:20:20.709Z","dependency_job_id":"b395fb0c-d6ca-4414-800e-10faed2f8df1","html_url":"https://github.com/InformaticsMatters/squonk2-data-manager-ui-ansible","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/InformaticsMatters/squonk2-data-manager-ui-ansible","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InformaticsMatters%2Fsquonk2-data-manager-ui-ansible","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InformaticsMatters%2Fsquonk2-data-manager-ui-ansible/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InformaticsMatters%2Fsquonk2-data-manager-ui-ansible/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InformaticsMatters%2Fsquonk2-data-manager-ui-ansible/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InformaticsMatters","download_url":"https://codeload.github.com/InformaticsMatters/squonk2-data-manager-ui-ansible/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InformaticsMatters%2Fsquonk2-data-manager-ui-ansible/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32033720,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["squonk2"],"created_at":"2024-11-26T02:16:13.240Z","updated_at":"2026-04-20T05:03:33.197Z","avatar_url":"https://github.com/InformaticsMatters.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ansible playbook to deploy the Squonk2 Data Manager UI\n\n![lint](https://github.com/InformaticsMatters/squonk2-data-manager-ui-ansible/workflows/lint/badge.svg)\n\n![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/informaticsmatters/squonk2-data-manager-ui-ansible)\n\n[![CodeFactor](https://www.codefactor.io/repository/github/informaticsmatters/squonk2-data-manager-ui-ansible/badge)](https://www.codefactor.io/repository/github/informaticsmatters/squonk2-data-manager-ui-ansible)\n\nAn Ansible playbook and role normally launched form an AWX server instance\nthat deploys our Squonk2 [Data Manager UI] as a Kubernetes **StatefulSet**\nwith **Service** and **Ingress**.\n\n## Deploying for development (Docker Desktop)\nYou can deploy the UI to a local (Minikube or Docker Desktop) cluster using a\nsuitable set of parameters. An example file is present in the project root\n(`parameters.yaml`).\n\nYou will need: -\n\n-   A local cluster ([Minikube] or [Docker Desktop])\n-   `kubectl` (known to work with `v1.22.4`)\n-   Python 3\n\n\u003e   Refer to the Data Manger documentation for details on Minikube or\n    Docker Desktop configuration\n\nUse a suitable environment: -\n\n    python -m venv ~/.venv/mini-apps-data-tier-ui-ansible\n\n    source ~/.venv/mini-apps-data-tier-ui-ansible/bin/activate\n    pip install --upgrade pip\n    pip install -r requirements.txt\n\nAnd a local cluster config, here we keep our files in the home directory\n`k8s-config` and have a config file for our cluster called `config-local`: -\n\n    export KUBECONFIG=~/k8s-config/config-local\n\nCheck the cluster connection with kubectl: -\n\n    kubectl get no\n\nReview the parameter template and copy it to `parameters.yaml`, changing\nvariables as required.\n\nWith the config and parameters prepared you can now run the playbook\nto install the UI: -\n\n    ansible-playbook site.yaml -e @parameters.yaml\n\n---\n\n[data manager ui]: https://github.com/InformaticsMatters/squonk2-data-manager-ui\n[docker desktop]: https://www.docker.com/products/docker-desktop\n[minikube]: https://minikube.sigs.k8s.io/docs/start/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finformaticsmatters%2Fsquonk2-data-manager-ui-ansible","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finformaticsmatters%2Fsquonk2-data-manager-ui-ansible","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finformaticsmatters%2Fsquonk2-data-manager-ui-ansible/lists"}