mjourdan / ansible-drawio

Installs draw.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

drawio

This role installs draw.io.

Requirements

The system needs access to the internet.

Role Variables

Variable Default Description
drawio_version 13.6.2 Particular draw.io version
drawio_use_appimage false Use AppImage rather than OS package

Dependencies

No dependencies.

Example Playbook

Refer to the following example:

    - hosts: clients
      roles:
         - stdevel.drawio

Set variables if required, e.g.:

    - hosts: clients
      roles:
        - role: stdevel.drawio
          drawio_version: "13.5.7"
          drawio_use_appimage: true

License

Apache 2.0

Author Information

Christian Stankowic (info@cstan.io)

About

Installs draw.io

License:Apache License 2.0


Languages

Language:Python 100.0%