{"id":15748389,"url":"https://github.com/karras/ansible-collection-linux_client","last_synced_at":"2025-04-14T18:21:17.630Z","repository":{"id":37951157,"uuid":"430880058","full_name":"karras/ansible-collection-linux_client","owner":"karras","description":"Ansible collection to manage Linux-based development clients.","archived":false,"fork":false,"pushed_at":"2025-02-22T12:17:31.000Z","size":333,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T06:44:26.000Z","etag":null,"topics":["ansible","ansible-collection","archlinux","desktop","greetd","laptop","linux-client","wayfire","workstation"],"latest_commit_sha":null,"homepage":"","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/karras.png","metadata":{"files":{"readme":"README.md","changelog":"changelogs/changelog.yaml","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":"2021-11-22T22:11:10.000Z","updated_at":"2025-02-22T12:17:35.000Z","dependencies_parsed_at":"2023-10-16T06:29:19.926Z","dependency_job_id":"6988bd2a-4253-4792-be0a-056d2e9c182c","html_url":"https://github.com/karras/ansible-collection-linux_client","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karras%2Fansible-collection-linux_client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karras%2Fansible-collection-linux_client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karras%2Fansible-collection-linux_client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karras%2Fansible-collection-linux_client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karras","download_url":"https://codeload.github.com/karras/ansible-collection-linux_client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248933348,"owners_count":21185461,"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","ansible-collection","archlinux","desktop","greetd","laptop","linux-client","wayfire","workstation"],"created_at":"2024-10-04T05:41:40.413Z","updated_at":"2025-04-14T18:21:17.593Z","avatar_url":"https://github.com/karras.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ansible Collection - karras.linux\\_client\n\nAnsible collection to manage Linux-based development clients.\n\n[![Test](https://github.com/karras/ansible-collection-linux_client/actions/workflows/test.yml/badge.svg)](https://github.com/karras/ansible-collection-linux_client/actions/workflows/test.yml) [![Release](https://github.com/karras/ansible-collection-linux_client/actions/workflows/release.yml/badge.svg)](https://github.com/karras/ansible-collection-linux_client/actions/workflows/release.yml)\n\n## Compatibility\n\nCurrently only supports Arch Linux.\n\n## Roles\n\nThe following roles are part of this collection:\n\n| Role                                          | Purpose                        | Dependencies |\n| --------------------------------------------- | ------------------------------ | ------------ |\n| [cis\\_baseline](./roles/cis_baseline)         | CIS baseline configuration     | n/a          |\n| [desktop\\_baseline](./roles/desktop_baseline) | Desktop baseline configuration | n/a          |\n| [firewalld](./roles/firewalld)                | Firewalld setup                | n/a          |\n| [greetd](./roles/greetd)                      | Login manager greetd setup     | n/a          |\n| [hardware](./roles/hardware)                  | Hardware related settings      | n/a          |\n| [networkmanager](./roles/networkmanager)      | NetworkManager setup           | n/a          |\n| [os\\_baseline](./roles/os_baseline)           | OS baseline configuration      | n/a          |\n| [users](./roles/users)                        | User and group management      | n/a          |\n| [wayfire](./roles/wayfire)                    | Wayfire compositor setup       | n/a          |\n\nWhenever possible only Ansible builtin modules are leveraged, which can lead to\nsome more complex tasks structures though.\n\n## Usage\n\nFollow the below steps to start using the collection:\n\n* Install the latest collection version:\n\n```sh\nansible-galaxy collection install karras.linux_client\n```\n\n* Create a new playbook (e.g. `client.yml`) which includes the desired roles:\n\n```yaml\n---\n\n- name: deploy and manage linux clients\n  hosts: all\n  become: yes\n  roles:\n    - karras.linux_client.os_baseline\n    - karras.linux_client.hardware\n    - karras.linux_client.users\n    - karras.linux_client.greetd\n    - karras.linux_client.wayfire\n    - karras.linux_client.desktop_baseline\n    - karras.linux_client.networkmanager\n    - karras.linux_client.firewalld\n    - karras.linux_client.cis_baseline\n```\n\n* Define an inventory, in this case Ansible is executed against localhost:\n\n```ini\n[dev]\ntestclient ansible_connection=local\n```\n\n* Finally run the playbook:\n\n```sh\nansible-playbook client.yml -i inventory -K\n```\n\n## License\n\nSee [LICENSE](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarras%2Fansible-collection-linux_client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarras%2Fansible-collection-linux_client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarras%2Fansible-collection-linux_client/lists"}