{"id":21835083,"url":"https://github.com/roles-ansible/ansible_collection_linux","last_synced_at":"2026-01-16T13:05:00.589Z","repository":{"id":235924748,"uuid":"791556021","full_name":"roles-ansible/ansible_collection_linux","owner":"roles-ansible","description":"Ansible Collection l3d.linux","archived":false,"fork":false,"pushed_at":"2025-03-17T23:46:51.000Z","size":52,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-18T00:23:17.469Z","etag":null,"topics":["ansible","collection"],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/ui/repo/published/l3d/linux/","language":"Python","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/roles-ansible.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["do1jlr"],"liberapay":"l3d"}},"created_at":"2024-04-24T23:41:47.000Z","updated_at":"2025-03-17T23:45:56.000Z","dependencies_parsed_at":"2024-04-27T01:39:33.426Z","dependency_job_id":"116fbb1e-3c5f-4645-87be-e43d3452d06a","html_url":"https://github.com/roles-ansible/ansible_collection_linux","commit_stats":null,"previous_names":["roles-ansible/ansible_collection_linux"],"tags_count":12,"template":false,"template_full_name":"DO1JLR/ansible_playbook_template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roles-ansible%2Fansible_collection_linux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roles-ansible%2Fansible_collection_linux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roles-ansible%2Fansible_collection_linux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roles-ansible%2Fansible_collection_linux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roles-ansible","download_url":"https://codeload.github.com/roles-ansible/ansible_collection_linux/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244811376,"owners_count":20514276,"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","collection"],"created_at":"2024-11-27T20:17:25.582Z","updated_at":"2026-01-16T13:05:00.582Z","avatar_url":"https://github.com/roles-ansible.png","language":"Python","funding_links":["https://github.com/sponsors/do1jlr","https://liberapay.com/l3d"],"categories":[],"sub_categories":[],"readme":"[![collection l3d.linux](https://ansible.l3d.space/svg/l3d.linux_ansible-collection_collection.svg)](https://galaxy.ansible.com/ui/repo/published/l3d/linux/)\n[![Maintainance](https://ansible.l3d.space/svg/l3d.linux_maintainance_collection.svg)](https://ansible.l3d.space/#l3d.linux)\n[![License](https://ansible.l3d.space/svg/l3d.linux_license_collection.svg)](LICENSE)\n\n Ansible Collection - l3d.linux\n============================\n\nThis is the Ansible Collection ``l3d.linux``. A collection to to common linux tasks like installing linux packages.\n\n## Ansible Roles in l3d.linux\n- [![l3d.linux.packages](https://ansible.l3d.space/svg/l3d.linux.packages_ansible-role.svg)](https://github.com/roles-ansible/ansible_role_packages.git) -  Ansible role to install some base packages on your linux systems\n- [![l3d.linux.resolvconf](https://ansible.l3d.space/svg/l3d.linux.resolvconf_ansible-role.svg)](https://github.com/roles-ansible/ansible_role_resolvconf.git) -  Ansible role to manage the ``/etc/resolv.conf`` file.\n- [![l3d.linux.librewolf](https://ansible.l3d.space/svg/l3d.linux.librewolf_ansible-role.svg)](https://github.com/roles-ansible/ansible_role_resolvconf.git) -  Ansible role to install librewolf.\n\n## Ansible Modules in l3d.linux\n- [l3d.linux.extrepo](https://github.com/roles-ansible/ansible_collection_linux/blob/main/plugins/modules/EXTREPO.md) - Wrapper for extrepo\n\n## Using this Collection\nYou can install the collection using ansible-galaxy by running:\n```bash\nansible-galaxy collection install l3d.linux:1.2.5\n```\n\nRemember you can to Upgrade to the latest version of the l3d.linux collection using the ``--upgrade`` parameter:\n```bash\nansible-galaxy collection install l3d.linux --upgrade\n```\n\n\nOr you could clone this collection in your local ansible project for example to ``collections/ansible_collections/l3d.linux/``. Make sure you checkout [git submodules](https://git-scm.com/docs/git-submodule) too. Example:\n```\n# Clone git Repo with submodules to specified path\ngit clone --recursive https://github.com/roles-ansible/ansible_collection_linux.git collections/ansible_collections/l3d/linux/\n\n# change directory\ncd collections/ansible_collections/l3d.linux/\n\n# optionally init git submodules\ngit submodule update --init --recursive\n\n# optionally install all requirements\nansible-galaxy collection install -r requirements.yml --upgrade\n```\n\nYou can also list a collection in ``requirements.yml``:\n```yaml\n---\ncollections:\n  - name: l3d.linux\n    version: \"\u003e=1.2.5\"\n```\n\n## Include roles in your playbook\nExample Playbook using the l3d.linux.packages and l3d.linux.resolvconf role:\n```yaml\n---\n- name: \"Install NTP and librewolf from collection l3d.linux and configure resolve.conf\"\n  hosts: desktop.example.com\n  roles:\n    - {role: l3d.linux.packages, tags: pakages}\n    - {role: l3d.linux.resolvconf, tags: resolvconf}\n    - {role: l3d.linux.librewolf, tags: librewolf}\n  vars:\n    packages__install_advanced: true\n    packages__install_python: true\n    packages__install_cli: true\n    packages__install_desktop: true\n    submodules_versioncheck: true\n```\n\n## Requirements\nThe roles in this collection using the ``community.general`` ansible Collections.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froles-ansible%2Fansible_collection_linux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froles-ansible%2Fansible_collection_linux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froles-ansible%2Fansible_collection_linux/lists"}