{"id":19700253,"url":"https://github.com/dbeley/ansible-playbooks","last_synced_at":"2025-08-08T05:05:45.918Z","repository":{"id":98541901,"uuid":"245289701","full_name":"dbeley/ansible-playbooks","owner":"dbeley","description":"Ansible playbooks.","archived":false,"fork":false,"pushed_at":"2021-01-10T12:09:32.000Z","size":124,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-02T12:30:36.411Z","etag":null,"topics":["ansible","ansible-playbook"],"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/dbeley.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":"2020-03-05T23:36:11.000Z","updated_at":"2021-01-10T12:09:35.000Z","dependencies_parsed_at":"2023-05-29T11:00:17.509Z","dependency_job_id":null,"html_url":"https://github.com/dbeley/ansible-playbooks","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dbeley/ansible-playbooks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbeley%2Fansible-playbooks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbeley%2Fansible-playbooks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbeley%2Fansible-playbooks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbeley%2Fansible-playbooks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbeley","download_url":"https://codeload.github.com/dbeley/ansible-playbooks/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbeley%2Fansible-playbooks/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269366853,"owners_count":24405250,"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","status":"online","status_checked_at":"2025-08-08T02:00:09.200Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","ansible-playbook"],"created_at":"2024-11-11T21:04:55.708Z","updated_at":"2025-08-08T05:05:45.910Z","avatar_url":"https://github.com/dbeley.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# ansible-playbooks\n\n## Requirements\n\n- Ansible vault named secret (for sudo):\n\n```\nansible-vault create secret\n```\n\n- with this content:\n\n```\nansible_sudo_pass: password_here\n```\n\n- A valid hosts.yml file. Use the provided hosts_example.yml file for an example.\n\n- secret.sh script (to decrypt ansible vault) :\n\n```\n#!/usr/bin/env bash\necho password_here\n```\n\n```\nchmod +x secret.sh\n```\n\n### Running a playbook\n\n```\nansible-playbook test.yml --vault-password-file secret.sh --ask-pass\n```\n\n- --ask-pass : password for ssh without auth\n- --ask-become-pass : password for sudo\n\n## Playbooks\n\n- test.yml: Test all the hosts (ping + df)\n- install.yml: Install roles (docker, telegraf)\n- upgrade.yml: Upgrade all hosts (only apt is supported)\n\nBefore using any playbook, create an `all.yml` file based on `all_example.yml` in the `group_vars` with your own values.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbeley%2Fansible-playbooks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbeley%2Fansible-playbooks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbeley%2Fansible-playbooks/lists"}