Skip to content
This repository has been archived by the owner on Nov 1, 2018. It is now read-only.

Commit

Permalink
#6 break out condor and condor-submission roles
Browse files Browse the repository at this point in the history
  • Loading branch information
donsizemore committed Feb 22, 2016
1 parent 2665e4f commit 8f4901b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ansible/playbooks/condor.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
- hosts: condor:condor-submission:services
- hosts: condor:services
sudo: yes
sudo_user: root
roles:
- role: condor

- hosts: condor-submission
sudo: yes
sudo_user: root
roles:
- role: de-condor-submitter

0 comments on commit 8f4901b

Please sign in to comment.