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

refactor: rename install script

parent 9bcbd03b
No related branches found
No related tags found
No related merge requests found
- name: Install software on cluster
- name: Install system specific stuff on cluster
hosts: master-root
tasks:
- name: Download install script
......@@ -74,4 +74,11 @@
- name: install needed dnf dependencies for matlab and altair-edem
ansible.builtin.shell:
cmd: dnf install -y alsa-lib python3-pexpect
- name: install samba configuration
ansible.builtin.copy:
src: cluster_config/smb.conf
dest: /etc/samba/smb.conf
- name: install slurm configuration
ansible.builtin.copy:
src: cluster_config/slurm.conf
dest: /etc/slurm/slurm.conf
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment