drop openshift ansible from here, it is pulled in on the osbs control host now

This commit is contained in:
Kevin Fenzi 2016-11-28 22:07:53 +00:00
parent 17d4764855
commit 44f7ddfed6
2 changed files with 1 additions and 13 deletions

View file

@ -37,7 +37,7 @@ display_args_to_stdout = True
gathering = smart
# additional paths to search for roles in, colon separated
roles_path = {{ ansible_base }}/ansible/roles:{{ ansible_base }}/openshift-ansible/roles
roles_path = {{ ansible_base }}/ansible/roles
# uncomment this to disable SSH key host checking
#host_key_checking = False

View file

@ -453,15 +453,3 @@
- selinux
- httpd
- httpd/website
#
# We setup some external ansible repos here to use for complex applications we deploy
#
- name: local clone of openshift ansible repo
git: >
refspec=553ce409a40305a984894a980fc3969c11f41aba
dest=/srv/web/infra/openshift-ansible
repo=https://github.com/openshift/openshift-ansible
tags:
- config
- batcave