{"id":18151033,"url":"https://github.com/GentooXativa-Lab/gentoolab-ansible","last_synced_at":"2025-03-31T12:30:44.730Z","repository":{"id":258185651,"uuid":"873524510","full_name":"GentooXativa-Lab/gentoolab-ansible","owner":"GentooXativa-Lab","description":"My homelab ansible playbooks","archived":false,"fork":false,"pushed_at":"2024-10-18T11:26:59.000Z","size":28,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-18T01:33:17.231Z","etag":null,"topics":["ansible","devops","k3s","k3s-cluster","k3s-minicluster","kubernetes"],"latest_commit_sha":null,"homepage":"","language":"Jinja","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/GentooXativa-Lab.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-10-16T10:07:12.000Z","updated_at":"2024-11-13T19:44:01.000Z","dependencies_parsed_at":"2024-10-17T23:53:36.286Z","dependency_job_id":"fde6217e-3f9a-47b3-be51-6cf3781301d0","html_url":"https://github.com/GentooXativa-Lab/gentoolab-ansible","commit_stats":null,"previous_names":["gentooxativa/gentoolab-ansible","gentooxativa-lab/gentoolab-ansible"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GentooXativa-Lab%2Fgentoolab-ansible","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GentooXativa-Lab%2Fgentoolab-ansible/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GentooXativa-Lab%2Fgentoolab-ansible/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GentooXativa-Lab%2Fgentoolab-ansible/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GentooXativa-Lab","download_url":"https://codeload.github.com/GentooXativa-Lab/gentoolab-ansible/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246468943,"owners_count":20782630,"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","devops","k3s","k3s-cluster","k3s-minicluster","kubernetes"],"created_at":"2024-11-02T01:06:12.391Z","updated_at":"2025-03-31T12:30:44.403Z","avatar_url":"https://github.com/GentooXativa-Lab.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gentoolab-ansible\n\nMy homelab ansible playbooks\n\n\u003e ⚠️ Use under your own risk\n\n- [gentoolab-ansible](#gentoolab-ansible)\n  - [Requeriments](#requeriments)\n  - [How to use](#how-to-use)\n    - [Generating encrypted random passwords using age](#generating-encrypted-random-passwords-using-age)\n\n## Requeriments\n\n- [Ansible](https://www.ansible.com/): an open source IT automation engine\n- [age](https://github.com/FiloSottile/age): a simple, modern and secure file encryption tool\n\n## How to use\n\nPlease refer to [Ansible](https://www.ansible.com) documentation on how to run Ansible playbooks.\n\nExample command:\n\n```bash\nansible-playbook -b -i ./your-local.inventory k3s/00-install-dependencies.playbook.yaml\n```\n\n### Generating encrypted random passwords using age\n\nThis one-liner will help you to generate a random password and encrypt it using age:\n\n```bash\npwgen 16 1 \u003e temp-password \u0026\u0026 age -R ~/.ssh/id_rsa.pub temp-password \u003e ucarp.password.enc \u0026\u0026 rm temp-password\n```\n\nThis will generate a 16 characters long password, encrypt it using your public key and save it to `ucarp.password.enc` file. You can then use this file in your playbooks.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGentooXativa-Lab%2Fgentoolab-ansible","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FGentooXativa-Lab%2Fgentoolab-ansible","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGentooXativa-Lab%2Fgentoolab-ansible/lists"}