Skip to content
Snippets Groups Projects
Commit be7ae3c9 authored by Chris Hines's avatar Chris Hines
Browse files

Merge pull request #105 from l1ll1/master

rearrange/rename slurm roles
parents ab1e3338 5854537e
No related branches found
No related tags found
No related merge requests found
Showing
with 14 additions and 8 deletions
#!/bin/env python
#!/usr/bin/python
import sys
import json
import socket
......
......@@ -9,7 +9,7 @@
run_once: True
- name: make hosts data
shell: source /root/.bash_profile; /tmp/makehosts.py /tmp/groups {{ domain }}
command: /tmp/makehosts.py /tmp/groups {{ domain }}
delegate_to: 127.0.0.1
run_once: True
sudo: true
......
- name: remove all install
shell: rm -rf /tmp/slurm-{{ slurm_version }}
sudo: true
when: force_slurm_recompile is defined
- name: remove all install
shell: rm -rf {{ slurm_dir }}
sudo: true
when: force_slurm_recompile is defined
- name: get slurm
shell: wget https://cvl.massive.org.au/slurm-{{ slurm_version }}.tar.bz2
# shell: wget http://www.schedmd.com/download/archive/slurm-{{ slurm_version }}.tar.bz2
......
......@@ -54,8 +54,6 @@
- perl
- perl-DBI
- openssl-devel
- mysql
- mysql-devel
- gcc
- rpm-build
- wget
......@@ -83,11 +81,9 @@
- make
- perl
- libdbi-perl
- mysql-server
- mysql-client
- python-mysqldb
- libmysqlclient-dev
- lua5.2
- hwloc
- libhwloc-dev
when: ansible_os_family == "Debian"
- include: installMungeFromSource.yml
......
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