{"id":16031778,"url":"https://github.com/realorangeone/ansible-kconfig","last_synced_at":"2025-03-17T16:30:51.962Z","repository":{"id":142761384,"uuid":"589930722","full_name":"RealOrangeOne/ansible-kconfig","owner":"RealOrangeOne","description":"Ansible module to manage KDE's configuration through kconfig","archived":false,"fork":false,"pushed_at":"2025-02-26T22:10:38.000Z","size":37,"stargazers_count":2,"open_issues_count":10,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T01:44:09.077Z","etag":null,"topics":["ansible","kconfig","kde"],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/realorangeone/kconfig","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RealOrangeOne.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},"funding":{"github":"RealOrangeOne","ko_fi":"theorangeone","liberapay":"theorangeone","custom":["https://theorangeone.net/support/"]}},"created_at":"2023-01-17T09:25:26.000Z","updated_at":"2024-09-12T02:48:34.000Z","dependencies_parsed_at":"2023-10-10T22:48:06.457Z","dependency_job_id":"99618f32-5eb2-491f-a730-145eb5a4011f","html_url":"https://github.com/RealOrangeOne/ansible-kconfig","commit_stats":{"total_commits":27,"total_committers":3,"mean_commits":9.0,"dds":0.2592592592592593,"last_synced_commit":"08121870b4ebb63a64ae44a96401757e253945e0"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealOrangeOne%2Fansible-kconfig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealOrangeOne%2Fansible-kconfig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealOrangeOne%2Fansible-kconfig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealOrangeOne%2Fansible-kconfig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RealOrangeOne","download_url":"https://codeload.github.com/RealOrangeOne/ansible-kconfig/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243871644,"owners_count":20361378,"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","kconfig","kde"],"created_at":"2024-10-08T21:05:35.170Z","updated_at":"2025-03-17T16:30:51.668Z","avatar_url":"https://github.com/RealOrangeOne.png","language":"Python","funding_links":["https://github.com/sponsors/RealOrangeOne","https://ko-fi.com/theorangeone","https://liberapay.com/theorangeone","https://theorangeone.net/support/"],"categories":[],"sub_categories":[],"readme":"# Ansible kconfig\n\nAnsible module to manage KDE's configuration through [kconfig](https://develop.kde.org/docs/use/configuration/introduction/).\n\n## Requirements\n\nThis module works by wrapping `kreadconfig` and `kwriteconfig` (KDE 5 and 6 variants, eg `kreadconfig6`). These need to be installed and on your `$PATH`. THey should come with any KDE install.\n\n## Installation\n\nInstall the `realorangeone.kconfig` collection from Ansible Galaxy:\n\n```\nansible-galaxy collection install realorangeone.kconfig\n```\n\n## Use\n\nThis collection defines a single module `kconfig` which can be used to read or write config:\n\n### Writing configuration parameters\n\n```yaml\n- name: Set animation duration\n  kconfig:\n    group: KDE\n    key: AnimationDurationFactor\n    value: 0.5\n```\n\n### Reading configuration parameters\n\n```yaml\n- name: Get keyboard shortcuts for krunner\n  kconfig:\n    state: read\n    file: kglobalshortcutsrc\n    group: org.kde.krunner.desktop\n    key: _launch\n```\n\n### Parameters\n\nSee the `DOCUMENTATION` parameter in [`kconfig.py`](./plugins/modules/kconfig.py) for full documentation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealorangeone%2Fansible-kconfig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frealorangeone%2Fansible-kconfig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealorangeone%2Fansible-kconfig/lists"}