kenorb-contrib / ansible-role-xvfb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU Lesser General Public License v3.0


Languages

Language:Shell 71.1%Language:Jinja 28.9%