Skip to content
Snippets Groups Projects
Verified Commit 882e77b3 authored by Reza Housseini's avatar Reza Housseini
Browse files

fix: add missing license server for ansys

parent e1d34190
Branches
Tags
No related merge requests found
......@@ -51,6 +51,7 @@ ansys:
cfx: cfx5
polyflow: polyflow
fluent: fluent
license_server: sietv121.ost.ch,ansys.rj.ost.ch
- version: 2022.r2
prefix: ansys
source:
......@@ -63,6 +64,7 @@ ansys:
cfx: cfx5
polyflow: polyflow
fluent: fluent
license_server: sietv121.ost.ch,ansys.rj.ost.ch
# installation keys have to be put into "secrets" folder
......
......@@ -25,10 +25,9 @@
index_var: idx
- name: Run setup script
ansible.builtin.shell:
cmd: ./INSTALL -silent -install_dir "{{ install_prefix }}"
cmd: ./INSTALL -silent -install_dir "{{ install_prefix }}" -licserverinfo 2325:1055:"{{ release.license_server }}"
chdir: "{{ mount_point }}"
creates: "{{ install_prefix }}/{{ release.version_folder
}}/CFX/bin/cfx5"
creates: "{{ install_prefix }}/{{ release.version_folder }}/CFX/bin/cfx5"
#- name: Remove union of iso images
# ansible.builtin.shell:
# cmd: find "{{ mount_point }}" -type l -delete
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment