removed minicondor configuration
This commit is contained in:
12
play.yml
12
play.yml
@@ -3,8 +3,7 @@
|
||||
tasks:
|
||||
- name: "install tools"
|
||||
yum:
|
||||
name: [ "vim-enhanced", "htop", "screen", "bind-utils", "nmap-ncat",
|
||||
"net-tools" ]
|
||||
name: [ vim-enhanced, htop, screen, bind-utils, nmap-ncat, net-tools ]
|
||||
state: present
|
||||
|
||||
- name: "install htcondor repo"
|
||||
@@ -12,11 +11,16 @@
|
||||
name: https://research.cs.wisc.edu/htcondor/repo/8.9/htcondor-release-current.el7.noarch.rpm
|
||||
state: present
|
||||
|
||||
- name: "install htcondor software and minicondor configuration"
|
||||
- name: "install htcondor software "
|
||||
yum:
|
||||
name: [ "htcondor-ce", "minicondor" ]
|
||||
name: htcondor-ce
|
||||
state: present
|
||||
|
||||
- name: "remove minicondor configuration"
|
||||
yum:
|
||||
name: minicondor
|
||||
state: absent
|
||||
|
||||
- name: "setup singularity"
|
||||
import_tasks: "singularity.yml"
|
||||
tags: singularity
|
||||
|
Reference in New Issue
Block a user