{"id":19518430,"url":"https://github.com/projectpotos/ansible-role-potos_wallpaper","last_synced_at":"2026-05-07T16:04:51.695Z","repository":{"id":61757197,"uuid":"554827959","full_name":"projectpotos/ansible-role-potos_wallpaper","owner":"projectpotos","description":"Role to manage wallpapers of Potos Linux Clients","archived":false,"fork":false,"pushed_at":"2024-09-10T12:20:20.000Z","size":205,"stargazers_count":0,"open_issues_count":5,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-26T00:14:15.722Z","etag":null,"topics":["ansible","ansible-role","linux-client","potos","wallpaper"],"latest_commit_sha":null,"homepage":"https://potos.dev","language":null,"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/projectpotos.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":"2022-10-20T13:16:58.000Z","updated_at":"2024-05-16T07:38:27.000Z","dependencies_parsed_at":"2024-02-06T14:30:53.579Z","dependency_job_id":"d3bdeac7-9d69-4ead-8f35-b884f95d9a1e","html_url":"https://github.com/projectpotos/ansible-role-potos_wallpaper","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/projectpotos/ansible-role-potos_wallpaper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectpotos%2Fansible-role-potos_wallpaper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectpotos%2Fansible-role-potos_wallpaper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectpotos%2Fansible-role-potos_wallpaper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectpotos%2Fansible-role-potos_wallpaper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/projectpotos","download_url":"https://codeload.github.com/projectpotos/ansible-role-potos_wallpaper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectpotos%2Fansible-role-potos_wallpaper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32745138,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-role","linux-client","potos","wallpaper"],"created_at":"2024-11-11T00:11:31.874Z","updated_at":"2026-05-07T16:04:51.663Z","avatar_url":"https://github.com/projectpotos.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Ansible Role - potos\\_wallpaper\n\nRole to manage wallpapers of Potos Linux Clients.\n\n[![Test](https://github.com/projectpotos/ansible-role-potos_wallpaper/actions/workflows/test.yml/badge.svg)](https://github.com/projectpotos/ansible-role-potos_wallpaper/actions/workflows/test.yml)\n\n## Example Playbook\n\nAs this role is tested via Molecule one can use [that\nplaybook](./molecule/default/converge.yml) as a starting point:\n\n```yaml\n---\n\n- name: Converge\n  hosts: all\n  gather_facts: yes\n  tasks:\n    - name: run role\n      ansible.builtin.include_role:\n        name: 'ansible-role-potos_wallpaper'\n```\n\n## Role Variables\n\nThe default variables are defined in [defaults/main.yml](./defaults/main.yml):\n\n```yaml\n# List of files to be found under `potos_wallpaper` to be added as background,\n# first element is set as default\npotos_wallpaper_images: []\n```\n### Example\n```yaml\npotos_wallpaper_images:\n  - name: \"Potos\"\n    filename: \"potos.jpg\"\n    options: \"zoom\"\n    pcolor: \"#161b21\"\n    scolor: \"#161b21\"\n    shade_type: \"solid\"\n```\n| variable   | Possible values                                                           | Description                                                             |\n|------------|---------------------------------------------------------------------------|-------------------------------------------------------------------------|\n| name       |                                                                           | How the wallpaper is named to the user                                  |\n| filename   |                                                                           |                                                                         |\n| options    | \"none\", \"wallpaper\", \"centered\", \"scaled\", \"stretched\", \"zoom\", \"spanned\" | Determines how the image is rendered                                    |\n| pcolor     | any hex rgb value e.g. #161b21                                            | Left or top color when drawing gradients, or the solid color.           |\n| scolor     | any hex rgb value e.g. #161b21                                            | Right or bottom color when drawing gradients, not used for solid color. |\n| shade_type | \"horizontal\", \"vertical\", and \"solid\"                                     | How to shade the background color.                                      |\n\nAnother option is to use `ansible-doc` to read the argument specification:\n\n```sh\nansible-doc --type role -r . main ansible-role-potos_wallpaper\n```\n\n## Requirements\n\nFiles listed under `potos_wallpaper_images` need to exist under\n`potos_wallpaper/`.\n\n## License\n\nSee [LICENSE](./LICENSE)\n\n## Author Information\n\n[Project Potos](https://github.com/projectpotos)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprojectpotos%2Fansible-role-potos_wallpaper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprojectpotos%2Fansible-role-potos_wallpaper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprojectpotos%2Fansible-role-potos_wallpaper/lists"}