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

Commit

Permalink
#6 update condor top-level playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
donsizemore committed Feb 23, 2016
1 parent 321ee0c commit 17a65e5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ansible/playbooks/condor.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
- hosts: condor:services
- hosts: condor:condor-submission:services
sudo: yes
sudo_user: root
roles:
- role: condor

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

0 comments on commit 17a65e5

Please sign in to comment.