{"id":24350974,"url":"https://github.com/oradwell/single-k8s-ansible","last_synced_at":"2025-04-09T23:13:25.682Z","repository":{"id":43731987,"uuid":"460200406","full_name":"oradwell/single-k8s-ansible","owner":"oradwell","description":"Create a single-node Kubernetes cluster using Ansible on Ubuntu 20.04","archived":false,"fork":false,"pushed_at":"2022-07-28T17:34:33.000Z","size":12,"stargazers_count":3,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-09T23:13:14.053Z","etag":null,"topics":["ansible","ansible-playbook","kubernetes","single-node-cluster","ubuntu","ubuntu2004","vagrant"],"latest_commit_sha":null,"homepage":"","language":null,"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/oradwell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-02-16T22:34:26.000Z","updated_at":"2024-08-02T15:12:52.000Z","dependencies_parsed_at":"2022-08-21T22:20:19.009Z","dependency_job_id":null,"html_url":"https://github.com/oradwell/single-k8s-ansible","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oradwell%2Fsingle-k8s-ansible","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oradwell%2Fsingle-k8s-ansible/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oradwell%2Fsingle-k8s-ansible/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oradwell%2Fsingle-k8s-ansible/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oradwell","download_url":"https://codeload.github.com/oradwell/single-k8s-ansible/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248125589,"owners_count":21051770,"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","ansible-playbook","kubernetes","single-node-cluster","ubuntu","ubuntu2004","vagrant"],"created_at":"2025-01-18T14:44:55.716Z","updated_at":"2025-04-09T23:13:25.662Z","avatar_url":"https://github.com/oradwell.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# single-k8s-ansible\n\nCreate a single-node [Kubernetes](https://kubernetes.io/) cluster using [Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html) on Ubuntu 20.04\n\n## Provision using Vagrant\n\nRequirements:\n\n- [Vagrant](https://www.vagrantup.com/downloads)\n- [VirtualBox](https://www.virtualbox.org/wiki/Downloads)\n\nLet Vagrant handle everything\n\n```bash\nvagrant up\n```\n\n[![asciicast](https://asciinema.org/a/K47rwH7J6VCNAWxGp4qEmoyVH.svg)](https://asciinema.org/a/K47rwH7J6VCNAWxGp4qEmoyVH)\n\n## Provision Directly via Ansible\n\n```bash\nINVENTORY_HOST=192.168.1.100\nSSH_USER=bob\nKEY_FILE_PATH=\"/home/${USER}/.ssh/id_rsa\"\n\nansible-playbook \\\n  -i \"${INVENTORY_HOST}\", \\\n  -u \"${SSH_USER}\" \\\n  --private-key \"${KEY_FILE_PATH}\" \\\n  playbook.yml\n```\n\n[![asciicast](https://asciinema.org/a/470229.svg)](https://asciinema.org/a/470229)\n\n## Links\n\n- [Article on Medium](https://medium.com/@oliver.radwell/provision-a-single-node-kubernetes-cluster-using-ansible-on-ubuntu-20-04-5fc5a32db408)\n- [Video on YouTube](https://www.youtube.com/watch?v=BO7ZznIvcQI)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foradwell%2Fsingle-k8s-ansible","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foradwell%2Fsingle-k8s-ansible","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foradwell%2Fsingle-k8s-ansible/lists"}