/ansible-drawio

Installs draw.io

Primary LanguagePythonApache License 2.0Apache-2.0

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)