Skip to content

kenorb-contrib/ansible-role-xvfb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xvfb

Installs and configures Xvfb as a daemon. Also configures DISPLAY environment variable.

Xvfb stands for X virtual framebuffer and it is a X11 server which runs all its graphics operations in memory without using an screen.

Role Variables

  • xvfb_display: By default is ':0' but can be changed.

Example Playbook

- hosts: servers
  roles:
     - { role: xvfb, xvfb_display: ':99' }

License

LGPLv3

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 71.1%
  • Jinja 28.9%