{"id":20303816,"url":"https://github.com/kunish/automate","last_synced_at":"2026-05-12T19:08:08.866Z","repository":{"id":50219909,"uuid":"338355230","full_name":"kunish/automate","owner":"kunish","description":"Configure my homelab environment using ansible","archived":false,"fork":false,"pushed_at":"2022-01-16T11:03:07.000Z","size":47,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-14T11:15:27.779Z","etag":null,"topics":["ansible","raspberrypi"],"latest_commit_sha":null,"homepage":"","language":"Vim script","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/kunish.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}},"created_at":"2021-02-12T15:22:05.000Z","updated_at":"2021-12-31T12:59:20.000Z","dependencies_parsed_at":"2022-09-08T14:52:50.252Z","dependency_job_id":null,"html_url":"https://github.com/kunish/automate","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/kunish%2Fautomate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kunish%2Fautomate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kunish%2Fautomate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kunish%2Fautomate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kunish","download_url":"https://codeload.github.com/kunish/automate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241801257,"owners_count":20022389,"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","raspberrypi"],"created_at":"2024-11-14T16:40:56.279Z","updated_at":"2026-05-12T19:08:08.745Z","avatar_url":"https://github.com/kunish.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Using ansible playbook to manage my homelab servers\n\n## How to use\n\n### Write a inventory file\n\n```bash\ncat \u003e inventory/main.yml \u003c\u003c EOF\nremote:\n  hosts:\n    cloud-vm:\n      ansible_user: ubuntu\n      ansible_port: 10022\n      ansible_ssh_private_key_file: ~/.ssh/cloud-vm.key\nhomelab:\n  hosts:\n    workstation:\n    gateway:\nEOF\n```\n\n### deploy\n\n```bash\nansible-playbook -i inventory/main.yml main.yml\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkunish%2Fautomate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkunish%2Fautomate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkunish%2Fautomate/lists"}