ansible-roles/roles/diagrams/defaults/main.yml

18 lines
714 B
YAML
Raw Normal View History

2021-12-01 19:13:34 +01:00
---
# Veresion of diagrams to deploy
2022-07-13 10:00:18 +02:00
diagrams_version: 20.1.1
2021-12-01 19:13:34 +01:00
# URL of the WAR file to deploy
diagrams_war_url: https://github.com/jgraph/drawio/releases/download/v{{ diagrams_version }}/draw.war
2022-02-27 12:00:06 +01:00
# Expected sha256 of the WAR file
2022-07-13 10:00:18 +02:00
diagrams_war_sha256: 3085c12bed0621654b624a2c0d5a32c217352000db3be40fcf560fee7fbd6e01
2021-12-01 19:13:34 +01:00
# root directory of the installation
diagrams_root_dir: /opt/diagrams
# Should ansible manage upgrades, or just initial install ?
diagrams_manage_upgrade: True
# Port on which the tomcat instance will listen.
# Note that it'll also use this port +1 for shutdown requests, but only on 127.0.0.1
diagrams_port: 8182
# List of IP addresses (or CIDR) allowed to access tomcat port
diagrams_src_ip: []