Skip to content

xtrinch/ansible-role-kiosk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role Build Status

Ansible role: kiosk

Creates a chromium website kiosk out of ubuntu server with a very light stack of X and openbox. Essentially, it creates two separate systemd services: one for running x environment (startx), and one for running chromium. Chromium is restarted upon exiting. Both services also start on boot. Adapted for touch screen interactivity.

Requirements

  • a clean installation of ubuntu server (tested with 16.04, 17.04, 18.04)

Installation

Role can be installed via ansible-galaxy or via cloning this repository into roles/. For more info, see: https://galaxy.ansible.com/xtrinch/kiosk/

Role Variables

website_url: "http://www.google.com"
kiosk_user: test

Example Playbook

- hosts: servers
  roles:
     - { role: xtrinch.kiosk, kiosk_user: test, website_url: "http://www.google.com" }

License

MIT

About

Ansible role for creating website kiosk out of ubuntu/debian server with a light stack of X and openbox

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages