{"id":23074845,"url":"https://github.com/bsedin/ansible-provision","last_synced_at":"2025-04-03T11:44:35.720Z","repository":{"id":79528346,"uuid":"124899941","full_name":"bsedin/ansible-provision","owner":"bsedin","description":"Initial ansible provision for clean ubuntu server","archived":false,"fork":false,"pushed_at":"2020-06-16T09:53:55.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-09T01:17:44.165Z","etag":null,"topics":["ansible-role","ubuntu"],"latest_commit_sha":null,"homepage":"","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/bsedin.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-03-12T14:16:11.000Z","updated_at":"2020-06-16T09:54:02.000Z","dependencies_parsed_at":"2023-05-10T20:45:12.013Z","dependency_job_id":null,"html_url":"https://github.com/bsedin/ansible-provision","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/bsedin%2Fansible-provision","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsedin%2Fansible-provision/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsedin%2Fansible-provision/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsedin%2Fansible-provision/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bsedin","download_url":"https://codeload.github.com/bsedin/ansible-provision/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246998156,"owners_count":20866691,"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-role","ubuntu"],"created_at":"2024-12-16T08:29:43.304Z","updated_at":"2025-04-03T11:44:35.702Z","avatar_url":"https://github.com/bsedin.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ubuntu common roles for ansible\n\nCreate `./library` directory in your ansible project:\n\n```\nmkdir ./library\n```\n\nAnd configure `ansible.cfg`:\n\n```\n[defaults]\nroles_path = ./library\n```\n\nAdd submodule:\n\n```\ngit submodule add git@github.com:kressh/ansible-provision.git library/provision\n```\n\nUse role:\n\n```yaml\n---\n- hosts: yourserver.io\n  remote_user: ansible\n  become: true\n  roles:\n    - provision\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbsedin%2Fansible-provision","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbsedin%2Fansible-provision","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbsedin%2Fansible-provision/lists"}