{"id":20410735,"url":"https://github.com/martinm82/ansible-template","last_synced_at":"2026-04-18T12:35:04.668Z","repository":{"id":84769121,"uuid":"122877467","full_name":"martinm82/ansible-template","owner":"martinm82","description":"An Ansible template using all kind of features","archived":false,"fork":false,"pushed_at":"2018-02-25T21:23:23.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T02:45:53.162Z","etag":null,"topics":["ansible","ansible-galaxy","ansible-inventory","ansible-playbook","ansible-roles"],"latest_commit_sha":null,"homepage":null,"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/martinm82.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":"2018-02-25T21:12:53.000Z","updated_at":"2018-11-20T09:35:21.000Z","dependencies_parsed_at":"2023-03-13T02:26:03.561Z","dependency_job_id":null,"html_url":"https://github.com/martinm82/ansible-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/martinm82/ansible-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martinm82%2Fansible-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martinm82%2Fansible-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martinm82%2Fansible-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martinm82%2Fansible-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/martinm82","download_url":"https://codeload.github.com/martinm82/ansible-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martinm82%2Fansible-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31969763,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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-galaxy","ansible-inventory","ansible-playbook","ansible-roles"],"created_at":"2024-11-15T05:48:02.830Z","updated_at":"2026-04-18T12:35:04.626Z","avatar_url":"https://github.com/martinm82.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# ansible-template\n\nAn Ansible template showing all kind of Ansible features. This project is meant to be a reference\nof all things I learned in Ansible and to use as well in upcoming Ansible projects.\n\n## SSH user\n\n* Create a SSH key-pair\n\n```bash\n$ ssh-keygen\n```\n\n* Store the private key in the *ssh_keys* folder with 0600 permissions\n* Store the public key on remote in ~/.ssh/authorized_keys\n\n```bash\n$ cat ~/.ssh/id_rsa.pub \u003e ~/.ssh/authorized_keys\n```\n\n* Add remote user to sudoers\n\n```bash\n$ echo \"ansible ALL=(ALL) NOPASSWD:ALL\" \u003e /etc/sudoers.d/ansible\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartinm82%2Fansible-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmartinm82%2Fansible-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartinm82%2Fansible-template/lists"}