{"id":16130351,"url":"https://github.com/paulfantom/ansible-kiosk","last_synced_at":"2025-03-18T14:30:58.180Z","repository":{"id":70137470,"uuid":"228894818","full_name":"paulfantom/ansible-kiosk","owner":"paulfantom","description":"Create secure kiosk from raspberry using Xorg, openbox, and chromium browser.","archived":false,"fork":false,"pushed_at":"2023-05-17T14:07:24.000Z","size":14,"stargazers_count":6,"open_issues_count":1,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T10:04:17.570Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/paulfantom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2019-12-18T18:00:33.000Z","updated_at":"2024-07-01T23:17:30.000Z","dependencies_parsed_at":"2024-10-27T18:19:15.495Z","dependency_job_id":"b2c46ddb-d50a-463b-b290-a9c1d5aa1bac","html_url":"https://github.com/paulfantom/ansible-kiosk","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulfantom%2Fansible-kiosk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulfantom%2Fansible-kiosk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulfantom%2Fansible-kiosk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulfantom%2Fansible-kiosk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paulfantom","download_url":"https://codeload.github.com/paulfantom/ansible-kiosk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243933419,"owners_count":20370986,"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":[],"created_at":"2024-10-09T22:15:35.721Z","updated_at":"2025-03-18T14:30:58.167Z","avatar_url":"https://github.com/paulfantom.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ansible Role: kiosk\n\n[![Build Status](https://travis-ci.com/paulfantom/ansible-kiosk.svg?branch=master)](https://travis-ci.com/paulfantom/ansible-kiosk)\n[![License](https://img.shields.io/badge/license-MIT%20License-brightgreen.svg)](https://opensource.org/licenses/MIT)\n[![Ansible Role](https://img.shields.io/badge/ansible%20role-paulfantom.kiosk-blue.svg)](https://galaxy.ansible.com/paulfantom/kiosk/)\n[![GitHub tag](https://img.shields.io/github/tag/paulfantom/ansible-kiosk.svg)](https://github.com/paulfantom/ansible-kiosk/tags)\n\n## Description\n\nCreate secure kiosk from raspberry using Xorg, openbox, and chromium browser.\nRole based on blog post available at https://die-antwort.eu/techblog/2017-12-setup-raspberry-pi-for-kiosk-mode/\n\n## Requirements\n\n- Ansible \u003e= 2.7 (It might work on previous versions, but we cannot guarantee it)\n\n## Role Variables\n\nAll variables which can be overridden are stored in [defaults/main.yml](defaults/main.yml) file as well as in table below.\n\n| Name           | Default Value | Description                        |\n| -------------- | ------------- | -----------------------------------|\n| `kiosk_url` | \"https://duckduckgo.com\" | default URL to open in kiosk browser |\n| `kiosk_delay` | 1 | delay (in seconds) before starting a browser |\n| `kiosk_startx_params` | [\"-nocursor\"] | parameters to run `startx` with |\n| `kiosk_browser_params` | [\"--disable-infobars\", \"--kiosk\"] | parameters to start browser with |\n\n## Example\n\n### Playbook\n\nUse it in a playbook as follows:\n```yaml\n- hosts: all\n  roles:\n    - paulfantom.kiosk\n```\n\n## Contributing\n\nSee [contributor guideline](CONTRIBUTING.md).\n\n## License\n\nThis project is licensed under MIT License. See [LICENSE](/LICENSE) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulfantom%2Fansible-kiosk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaulfantom%2Fansible-kiosk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulfantom%2Fansible-kiosk/lists"}