A repository of example ansible-playbook bundles. THIS REPO IS DEPRECATED. Please look at https://github.com/ansibleplaybookbundle/ For updated examples.
When testing this APB I used my locally installed openshift python
library and ansible kube modules. In this scenario the
openshift_v1_build_config module functioned correctly.
For some reason when using apb-base that module fails.
When testing this APB I used my locally installed openshift python library and ansible kube modules. In this scenario the
openshift_v1_build_config
module functioned correctly. For some reason when using apb-base that module fails.See: https://github.com/openshift/openshift-restclient-python/issues/75
This PR reverts to using
oc create -f
and ansible template.