Change setup to my local centos7 VM

This commit is contained in:
2021-04-30 15:57:38 +02:00
parent bc27dec00e
commit 8c1cd6e902
17 changed files with 20 additions and 2304 deletions

View File

@@ -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