Skip to content

Commit d80e8ac

Browse files
committed
Merge branch 'main' of github.com:ls1intum/artemis-ansible into feat/migrate-theia-config-to-group
2 parents ed69c50 + 2480786 commit d80e8ac

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

ansible.cfg

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,6 @@ hash_behaviour = merge
8383
# if passing --private-key to ansible or ansible-playbook
8484
#private_key_file = /path/to/file
8585

86-
# format of string {{ ansible_managed }} available within Jinja2
87-
# templates indicates to users editing templates files will be replaced.
88-
# replacing {file}, {host} and {uid} and strftime codes with proper values.
89-
#ansible_managed = Ansible managed: {file} modified on %Y-%m-%d %H:%M:%S by {uid} on {host}
90-
ansible_managed = Ansible managed: Do not make changes here - they will be overwritten.
91-
9286
# by default, ansible-playbook will display "Skipping [host]" if it determines a task
9387
# should not be run on a host. Set this to "False" if you don't want to see these "Skipping"
9488
# messages. NOTE: the task header will still be shown regardless of whether or not the

group_vars/all.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
ansible_managed: "Ansible managed: Do not make changes here - they will be overwritten."
3+
24
no_proxy: "localhost,127.0.0.1/8,::1,131.159.0.0/16,2a09:80c0::/29,172.16.0.0/12,10.0.0.0/8,*.in.tum.de,*cit.tum.de"
35

46
shared_monitoring_host_v4: "131.159.89.160"

group_vars/artemistest3.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,9 @@ athena:
2323
url: "https://athena-test1.ase.cit.tum.de"
2424
secret: "{{ lookup('hashi_vault', 'kv/data/artemis/test/artemistest3').get('athena_secret') }}"
2525
restricted_modules: "module_text_llm,module_programming_llm,module_modeling_llm"
26+
27+
atlas:
28+
atlasml:
29+
enabled: true
30+
base_url: "https://atlasml-test1.aet.cit.tum.de"
31+
auth_token: "{{ lookup('hashi_vault', 'kv/data/artemis/test/atlasml-test').get('auth-token') }}"

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ certifi==2025.10.5
99
cffi==2.0.0
1010
charset-normalizer==3.4.4
1111
click==8.3.0
12-
cryptography==46.0.3
12+
cryptography==46.0.5
1313
distro==1.9.0
14-
filelock==3.20.0
14+
filelock==3.20.3
1515
hvac==2.4.0
1616
idna==3.11
1717
importlib_metadata==8.7.0
@@ -32,7 +32,7 @@ resolvelib==1.2.1
3232
rpds-py==0.28.0
3333
ruamel.yaml==0.18.16
3434
subprocess-tee==0.4.2
35-
urllib3==2.5.0
35+
urllib3==2.6.3
3636
wcmatch==10.1
3737
yamllint==1.37.1
3838
zipp==3.23.0

0 commit comments

Comments
 (0)