Change setup to my local centos7 VM
This commit is contained in:
41
play.yml
41
play.yml
@@ -1,46 +1,15 @@
|
||||
---
|
||||
- hosts: all
|
||||
tasks:
|
||||
- name: "install epel-release"
|
||||
yum:
|
||||
name: [ epel-release ] # necessary to find htop => separate step
|
||||
state: present
|
||||
- name: "install tools"
|
||||
yum:
|
||||
name: [ vim-enhanced, htop, screen, bind-utils, nmap-ncat, net-tools ]
|
||||
name: [ vim-enhanced, htop, screen, tmux, bind-utils, nmap-ncat, net-tools ]
|
||||
state: present
|
||||
|
||||
- hosts: htcondor
|
||||
pre_tasks:
|
||||
- name: "install htcondor repo"
|
||||
yum:
|
||||
name: https://research.cs.wisc.edu/htcondor/repo/8.9/htcondor-release-current.el7.noarch.rpm
|
||||
state: present
|
||||
tags: htcondor
|
||||
|
||||
- name: "install htcondor software "
|
||||
yum:
|
||||
name: htcondor-ce
|
||||
state: present
|
||||
tags: htcondor
|
||||
|
||||
- name: "remove minicondor configuration"
|
||||
yum:
|
||||
name: minicondor
|
||||
state: absent
|
||||
tags: htcondor
|
||||
|
||||
- name: "setup singularity"
|
||||
import_tasks: "singularity.yml"
|
||||
tags: singularity
|
||||
|
||||
roles:
|
||||
- name: "setup docker"
|
||||
role: docker
|
||||
tags: docker
|
||||
|
||||
- name: "setup htcondor test environment in docker containers"
|
||||
role: docker-htcondor
|
||||
tags:
|
||||
- htcondor-containered
|
||||
- htcondor
|
||||
|
||||
- hosts: slurm
|
||||
vars:
|
||||
container_privileged: True
|
||||
|
Reference in New Issue
Block a user