try importing the openshift ansible repo and roles to use with oour osbs
This commit is contained in:
parent
c5bed816f6
commit
6cfe573263
2 changed files with 13 additions and 1 deletions
|
@ -37,7 +37,7 @@ display_args_to_stdout = True
|
||||||
gathering = smart
|
gathering = smart
|
||||||
|
|
||||||
# additional paths to search for roles in, colon separated
|
# additional paths to search for roles in, colon separated
|
||||||
roles_path = {{ ansible_base }}/ansible/roles
|
roles_path = {{ ansible_base }}/ansible/roles:{{ ansible_base }}/openshift-ansible/roles
|
||||||
|
|
||||||
# uncomment this to disable SSH key host checking
|
# uncomment this to disable SSH key host checking
|
||||||
#host_key_checking = False
|
#host_key_checking = False
|
||||||
|
|
|
@ -453,3 +453,15 @@
|
||||||
- selinux
|
- selinux
|
||||||
- httpd
|
- httpd
|
||||||
- httpd/website
|
- 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=c8683028b1c8228a531fac5f1753ff2698b316fc
|
||||||
|
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