{"id":21605996,"url":"https://github.com/archf/ansible-common","last_synced_at":"2025-07-03T08:07:30.431Z","repository":{"id":89975001,"uuid":"54075903","full_name":"archf/ansible-common","owner":"archf","description":"Ansible meta role to perform basic configuration.","archived":false,"fork":false,"pushed_at":"2018-04-19T20:36:25.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-18T14:49:05.038Z","etag":null,"topics":["ansible"],"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/archf.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":"2016-03-17T00:25:43.000Z","updated_at":"2018-04-19T20:36:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"feb551d0-32b3-441b-b2be-e0dc82f36e69","html_url":"https://github.com/archf/ansible-common","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/archf/ansible-common","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archf%2Fansible-common","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archf%2Fansible-common/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archf%2Fansible-common/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archf%2Fansible-common/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/archf","download_url":"https://codeload.github.com/archf/ansible-common/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archf%2Fansible-common/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263287849,"owners_count":23443084,"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"],"created_at":"2024-11-24T20:18:29.551Z","updated_at":"2025-07-03T08:07:30.393Z","avatar_url":"https://github.com/archf.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# ansible-common\n\nA meta role to perform basic configuration.\n\n## Ansible requirements\n\n### Ansible version\n\nMinimum required ansible version is 2.2.\n\n### Ansible role dependencies\n\n  * packages\n  * openssh-server\n  * accounts\n  * ntpd\n\n## Installation\n\n### Install with Ansible Galaxy\n\n```shell\nansible-galaxy install archf.common\n```\n\nBasic usage is:\n\n```yaml\n- hosts: all\n  roles:\n    - role: archf.common\n```\n\n### Install with git\n\nIf you do not want a global installation, clone it into your `roles_path`.\n\n```shell\ngit clone git@github.com:archf/ansible-common.git /path/to/roles_path\n```\n\nBut I often add it as a submdule in a given `playbook_dir` repository.\n\n```shell\ngit submodule add git@github.com:archf/ansible-common.git \u003cplaybook_dir\u003e/roles/common\n```\n\nAs the role is not managed by Ansible Galaxy, you do not have to specify the\ngithub user account.\n\nBasic usage is:\n\n```yaml\n- hosts: all\n  roles:\n  - role: common\n```\n## User guide\n\nThis is a meta role to perform basic configuration. It contains no tasks and\nits sole purpose is to tie together the roles listed as dependencies below.\n\n\n\n## License\n\nMIT.\n\n## Author Information\n\nFelix Archambault.\n\n---\nPlease do not edit this file. This role `README.md` was generated using the\n'ansidoc' python tool available on pypi!\n\n*Installation:*\n\n```shell\npip3 install ansidoc\n```\n\n*Basic usage:*\n\nValidate output by running a dry-run (will output result to stdout)\n```shell\nansidoc --dry-run \u003crolepath\u003e\n```\n\nGenerate you role readme file. Will write a `README.md` file under\n`\u003crolepath\u003e/README.md`.\n```shell\nansidoc \u003crolepath\u003e\n```\n\nAlso usable programatically from Sphinx.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchf%2Fansible-common","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farchf%2Fansible-common","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchf%2Fansible-common/lists"}