Skip to content

sheepman4267/ansible_role_signage_player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible_role_signage_player

This is an Ansible role which can be used to set up a digital signage player, kiosk system, or anything else which requires:

  1. A fullscreen web browser, starting on system boot with no login
  2. Which loads a specified page at a specified time
  3. And doesn't stop doing so until you tell it to.

Documentation!

Documentation (and a more in-depth quickstart) for this role lives in docs/ as well as at https://ansible-role-signage-player.readthedocs.io.

Basic Usage

  1. Clone this repository into your roles/ directory
  2. You will need a playbook.yml:
- hosts: signage_players
  roles:
    - role: 'signage_player'
  1. And a hosts.yml:
its_sign_test:
  vars:
    ansible_user: administrator
    signage_schedule:
      - { days: "Mon,Tue,Wed,Thu,Fri,Sat,Sun", start_time: "08:00", end_time: "17:00", url: "https://example.com" }
  hosts:
    change-me-to-your-signage-player-address
  1. Run your playbook with ansible-playbook -i hosts.yml playbook.yml.

About

Ansible role to set up a digital signage player

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published