Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stdevel/ansible-drawio
Installs draw.io
https://github.com/stdevel/ansible-drawio
ansible ansible-galaxy ansible-galaxy-role ansible-galaxy-roles ansible-role ansible-roles diagrams drawio
Last synced: 1 day ago
JSON representation
Installs draw.io
- Host: GitHub
- URL: https://github.com/stdevel/ansible-drawio
- Owner: stdevel
- License: apache-2.0
- Created: 2020-09-04T20:46:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-02T06:23:48.000Z (over 3 years ago)
- Last Synced: 2024-11-08T22:46:32.266Z (about 2 months ago)
- Topics: ansible, ansible-galaxy, ansible-galaxy-role, ansible-galaxy-roles, ansible-role, ansible-roles, diagrams, drawio
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/stdevel/ansible-drawio.svg?branch=master)](https://travis-ci.org/stdevel/ansible-drawio)
# drawio
This role installs draw.io.
## Requirements
The system needs access to the internet.
## Role Variables
| Variable | Default | Description |
| -------- | ------- | ----------- |
| `drawio_package_name` | `drawio` | Name of the package to download (*might be `draw.io` for some platforms/formats*) |
| `drawio_version` | `14.6.13` | Particular draw.io version |
| `drawio_use_appimage` | `false` | Use AppImage rather than OS package |## Dependencies
No dependencies.
## Example Playbook
Refer to the following example:
```yaml
- hosts: clients
roles:
- stdevel.drawio
```Set variables if required, e.g.:
```yaml
- hosts: clients
roles:
- role: stdevel.drawio
drawio_package_name: "draw.io"
drawio_version: "13.5.7"
drawio_use_appimage: true
```## License
Apache 2.0
## Author Information
Christian Stankowic ([email protected])