Add k8s manifests for cert-manager issuers and searx

This commit is contained in:
Paul-Henri Froidmont 2019-08-22 05:15:45 +02:00
parent 64ca891810
commit 43dd47e761
9 changed files with 28 additions and 336 deletions

View file

@ -1,9 +1,14 @@
- name: Install pip
package:
name: python3-pip
name:
- python3-pip
- python3-setuptools
state: present
- name: Install openshift python client
- name: Install python dependencies
pip:
name: openshift
name:
- openshift
# - pyhelm
# - grpcio
state: present