Skip to content

Commit

Permalink
update orientdb_url and orientdb_path
Browse files Browse the repository at this point in the history
addressing migibert#43
The url source is https://orientdb.org/download
  • Loading branch information
razekmh authored Mar 7, 2023
1 parent 7ec8b30 commit 559e93f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ orientdb_autoback_start: 23:00:00
orientdb_autoback_db_include: []
orientdb_autoback_db_exclude: []
orientdb_version: 3.0.23
orientdb_url: https://s3.us-east-2.amazonaws.com/orientdb3/releases/{{orientdb_version}}/orientdb-{{orientdb_version}}.tar.gz
orientdb_url: https://repo1.maven.org/maven2/com/orientechnologies/orientdb-community/{{orientdb_version}}/orientdb-community-{{orientdb_version}}.tar.gz
orientdb_user: orientdb
orientdb_group: orientdb
orientdb_user_password: $6$Ls2PCtO6PLby08$Hkh36Sn2V112FSexIHM25dHpnU2P1TflCQbj./e6kf3Pd.25s41uZu9dkeZSU7Ixy4fq.U8PSd6/FzjmSz3An/
orientdb_dir: /opt
orientdb_path: '{{orientdb_dir}}/orientdb-{{orientdb_version}}'
orientdb_path: '{{orientdb_dir}}/orientdb-community-{{orientdb_version}}'
orientdb_log_dir: /var/log/orientdb
orientdb_bind_ip: 0.0.0.0
orientdb_enable_binary: True
Expand Down

0 comments on commit 559e93f

Please sign in to comment.