mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Add k8s manifests for cert-manager issuers and searx
This commit is contained in:
parent
64ca891810
commit
43dd47e761
9 changed files with 28 additions and 336 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue