Skip to content
Snippets Groups Projects
Commit f01d5d39 authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

handling vars in vars_centos78 now

parent 74a5c3ad
No related branches found
No related tags found
2 merge requests!376Pipelinefix,!373Pipelinefix
This commit is part of merge request !373. Comments created here will be created in the context of that merge request.
......@@ -19,6 +19,7 @@
- vars/filesystems.yml
- vars/slurm.yml
- vars/vars.yml
- vars/vars_centos78.yml
strategy: free
roles:
# - { role: disable_selinux, tags: [ disableselinux ] }
......
......@@ -10,6 +10,7 @@
- vars/filesystems.yml
- vars/slurm.yml
- vars/vars.yml
- vars/vars_centos78.yml
tasks:
# - { name: set hostgroup, set_fact: hostgroup='ManagementNodes' }
- { name: set use shared state, set_fact: usesharedstatedir=True }
......@@ -24,6 +25,7 @@
- vars/filesystems.yml
- vars/slurm.yml
- vars/vars.yml
- vars/vars_centos78.yml
roles:
# - { role: ldapclient, tags: [ authentication ] }
# - { role: ssh-password-login }
......
......@@ -17,6 +17,7 @@
- include_vars: vars/filesystems.yml
- include_vars: vars/slurm.yml
- include_vars: vars/vars.yml
- include_vars: vars/vars_centos78.yml
- { name: set hostgroup, set_fact: hostgroup='ManagementNodes' }
- { name: set use shared state, set_fact: usesharedstatedir=True }
tags: [ always ]
......
---
#centos77
LUSTRE_VERSION: 2.13.0-1.el7
KERNEL_VERSION: 3.10.0-1062.12.1.el7.x86_64
repopath: centos-staging
MELLANOX_DRIVER_SRC: "{% if ansible_os_family == 'RedHat' %}MLNX_OFED_LINUX-4.7-3.2.9.0-rhel7.7-x86_64{% elif ansible_os_family == 'Debian' %}MLNX_OFED_LINUX-3.1-1.0.3-ubuntu14.04-x86_64{% endif %}"
sudo_group: systems
nagios_home: "/var/lib/nagios"
nvidia_version: "367.134"
yumdisablerepo:
- 'base'
- 'extras'
- 'updates'
yumenablerepo:
- 'monashhpc_base'
- 'monashhpc_updates'
- 'monashhpc_extras'
- 'monashhpc_centosplus'
- 'monashhpc_otherstuff'
nvidia_version: "450.51.06"
gpumap:
'K1': 'K1'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment