drop openshift ansible from here, it is pulled in on the osbs control host now
This commit is contained in:
parent
17d4764855
commit
44f7ddfed6
2 changed files with 1 additions and 13 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue