{"id":19310133,"url":"https://github.com/cedadev/k8s-ansible","last_synced_at":"2026-03-02T13:33:16.220Z","repository":{"id":66788763,"uuid":"98753905","full_name":"cedadev/k8s-ansible","owner":"cedadev","description":"Ansible playbook for a Kubernetes cluster based on kubeadm","archived":false,"fork":false,"pushed_at":"2019-04-08T09:33:24.000Z","size":169,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-02-24T03:27:56.310Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/cedadev.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":"2017-07-29T19:15:36.000Z","updated_at":"2020-05-18T15:29:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"f6d25b54-7e68-4d10-9741-9e38840ff6f0","html_url":"https://github.com/cedadev/k8s-ansible","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cedadev/k8s-ansible","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedadev%2Fk8s-ansible","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedadev%2Fk8s-ansible/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedadev%2Fk8s-ansible/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedadev%2Fk8s-ansible/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cedadev","download_url":"https://codeload.github.com/cedadev/k8s-ansible/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedadev%2Fk8s-ansible/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30004583,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T12:19:43.414Z","status":"ssl_error","status_checked_at":"2026-03-02T12:19:02.215Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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-10T00:22:45.368Z","updated_at":"2026-03-02T13:33:16.171Z","avatar_url":"https://github.com/cedadev.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# k8s-ansible\n\nThis project aims to provide a simple [Ansible](https://www.ansible.com/) playbook to\nprovision a [Kubernetes](https://kubernetes.io) cluster. It uses the\n[kubeadm tool](https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/)\nto set up a secure cluster.\n\nThe [Helm package manager](https://helm.sh/) is deployed into the cluster.\n\nThe [Nginx ingress controller](https://github.com/kubernetes/ingress/tree/master/controllers/nginx)\nis also deployed to provide [Ingress resources](https://kubernetes.io/docs/concepts/services-networking/ingress/).\n\nThe playbook also aims to provide hooks for the integration of cloud providers. Currently, only\nhooks for [OpenStack](https://www.openstack.org/) are implemented. The OpenStack integration\ncurrently provides the following:\n\n  * Kubernetes pulls machine info from Nova metadata.\n  * A default `StorageClass` is installed, called `standard`, that provisions Cinder volumes on demand.\n  * Kubernetes is configured to call out to Keystone to authenticate tokens using\n    [k8s-keystone-auth](https://github.com/kubernetes/cloud-provider-openstack/blob/master/docs/using-keystone-webhook-authenticator-and-authorizer.md).\n    A `ClusterRoleBinding` is installed that grants the `cluster-admin` role to all members of the OpenStack project in which the cluster is deployed.\n    The `k8s-keystone-auth` project also provides a client that integrates with `kubectl` to provide OpenStack authentication.\n\n# Deployment\n\n    ansible-playbook cluster_openstack.yml -i inventory -e @config.yml\n\nWhere `config.yml` reads:\n\n    ---\n    cluster_name: k8s\n    cluster_version: 1.13\n    cluster_state: present\n    cluster_network: caastest-U-internal\n    cluster_keypair: brtknr-33236e18e6285585a7f58f1006f88349\n    cluster_num_workers: 4\n    cluster_gw_fip_ip: 192.171.139.249\n\n    openstack_trustee_id: f8d4001b4e33ecdb24a11f3de1a9102275b3b39e7f1b3bad4caf33775d3f8c09\n    openstack_trustee_password: 'secretnomore'\n    ...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedadev%2Fk8s-ansible","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcedadev%2Fk8s-ansible","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedadev%2Fk8s-ansible/lists"}