Skip to content

Commit

Permalink
Merge pull request #192 from grycap/devel
Browse files Browse the repository at this point in the history
Set new_certs variable
  • Loading branch information
micafer authored Oct 2, 2024
2 parents 582c5f8 + d6ac45a commit 995e624
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions artifacts/lrms/nomad_ai4eosc_fe_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@
nomad_version: "{{ nomad_input_version | default('1.7.3') }}"
consul_version: "{{ consul_input_version | default('1.17.1') }}"
roles_dir: /opt/ai4-ansible/
new_certs: "{{ nomad_input_dc | default('ifca-ai4eosc') }}-certs"

- name: Download consul + nomad certs
get_url:
Expand Down
1 change: 1 addition & 0 deletions artifacts/lrms/nomad_ai4eosc_wn_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@
nomad_version: "{{ nomad_input_version | default('1.7.3') }}"
consul_version: "{{ consul_input_version | default('1.17.1') }}"
roles_dir: /opt/ai4-ansible/
new_certs: "{{ nomad_input_dc | default('ifca-ai4eosc') }}-certs"

- name: Download consul + nomad certs
get_url:
Expand Down

0 comments on commit 995e624

Please sign in to comment.