Join setup.yml for Windows and Linux

This commit is contained in:
Gašper Fele-Žorž 2025-08-13 16:23:28 +02:00
parent 2fe3a758d5
commit d0ac08e8ba
4 changed files with 68 additions and 7 deletions

22
setup.yml Normal file
View file

@ -0,0 +1,22 @@
- name: Gather facts / setup connection
hosts: '*'
gather_facts: false
become: false
vars_files:
- vars/credentials.yml
roles:
- facts
- name: Install software
hosts: '*'
become: true
become_method: runas
vars_files:
- vars/software_keys.yml
roles:
- all_classes
# - matplotlib
# - nodejs
# - qcadesigner-e
# - fri_base
# - powerdesigner