{"id":15151563,"url":"https://github.com/ooadadaoo/cluster-bootstrap-ansible","last_synced_at":"2026-02-05T22:01:47.954Z","repository":{"id":255369158,"uuid":"849372560","full_name":"OoadadaoO/cluster-bootstrap-ansible","owner":"OoadadaoO","description":"A reliable baseline configuration for consistent server cluster setup and management in Ansible. Ideal for initializing development, staging, and production clusters.","archived":false,"fork":false,"pushed_at":"2024-09-09T04:44:48.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T09:44:43.250Z","etag":null,"topics":["ansible","homelab","infrastructure-as-code"],"latest_commit_sha":null,"homepage":"","language":"Jinja","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/OoadadaoO.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-29T13:31:47.000Z","updated_at":"2024-09-09T04:44:51.000Z","dependencies_parsed_at":"2024-11-02T16:24:09.442Z","dependency_job_id":null,"html_url":"https://github.com/OoadadaoO/cluster-bootstrap-ansible","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"e1dc2938ad854ae883a00ec0a6976cb3036101c5"},"previous_names":["ooadadaoo/cluster-bootstrap-ansible"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OoadadaoO/cluster-bootstrap-ansible","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OoadadaoO%2Fcluster-bootstrap-ansible","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OoadadaoO%2Fcluster-bootstrap-ansible/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OoadadaoO%2Fcluster-bootstrap-ansible/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OoadadaoO%2Fcluster-bootstrap-ansible/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OoadadaoO","download_url":"https://codeload.github.com/OoadadaoO/cluster-bootstrap-ansible/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OoadadaoO%2Fcluster-bootstrap-ansible/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29135922,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T21:59:57.939Z","status":"ssl_error","status_checked_at":"2026-02-05T21:59:57.628Z","response_time":65,"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":["ansible","homelab","infrastructure-as-code"],"created_at":"2024-09-26T15:04:23.038Z","updated_at":"2026-02-05T22:01:47.934Z","avatar_url":"https://github.com/OoadadaoO.png","language":"Jinja","readme":"# Bootstrap Cluster with Ansible\n\nAn [Ansible](https://www.ansible.com/) repository for personalizing server clusters and ensuring a consistent base environment across all nodes. This repository serves as a foundational layer for server-specific customizations in development, staging, and production environments.\n\nInitially focused on Debian/Ubuntu, with plans to support additional operating systems in the future.\n\n## ✨ Features\n\n- Sync timezone \u0026 NTP\n- Packages update/install (apt)\n  - nano, git, curl\n  - qemu-guest-agent for qemu VM\n- Shell with zsh and [starship](https://github.com/starship/starship)\n- ...\n\n## ✅ Requirements\n\n### 💻 Control Machine\n\n- Ansible \u003e= 2.11 (tested on 2.17.3)\n\n  Install the latest version of Ansible using [pipx](https://github.com/pypa/pipx):\n\n  ```shell\n  $ pipx install --include-deps ansible\n  ```\n\n### 🖧 Managed Nodes\n\n- Debian/Ubuntu (tested on Ubuntu 24.04 Minimal)\n\n  Can be bare-metal, virtual machine, or even docker container.\n\n## 🏃‍♂️‍➡️ Getting Started\n\n### ⏱️ Preparation\n\nClone this repository:\n\n```shell\ngit clone https://github.com/OoadadaoO/cluster-bootstrap-ansible\ncd cluster-bootstrap-ansible\n```\n\nInstall Ansible collections:\n\n```shell\nansible-galaxy collection install -r collections/requirements.yml\n```\n\n### ⚙️ Configuration\n\nCopy the example files:\n\n```shell\ncp production.example production # staging inventory\ncp staging.example staging # production inventory\ncp ansible.example.cfg ansible.cfg # ansible pre configuration\ncp group_vars/all.example.yml group_vars/all.yml # all variables\n```\n\nUpdate the inventory `production` or `staging` with your server's IP/hostname.\n\nConfigure the variables in `group_vars/all.yml` with your preferences.\n\n_(Optional)_ Specific variable configurations.\n\n- `group_vars/production.yml`: for production inventory\n- `group_vars/staging.yml`: for staging inventory\n- `group_vars/\u003cgroup\u003e.yml`: for specific group\n- `host_vars/\u003chost\u003e.yml`: for specific host\n\n### 🪄 Ansible Magic\n\n```shell\n# for staging inventory\nansible-playbook -i staging site.yml\n\n# for production inventory\nansible-playbook -i production site.yml\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fooadadaoo%2Fcluster-bootstrap-ansible","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fooadadaoo%2Fcluster-bootstrap-ansible","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fooadadaoo%2Fcluster-bootstrap-ansible/lists"}