mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Manage manifests with k8s module
This commit is contained in:
parent
6ffa138ab1
commit
5955b3ac42
6 changed files with 64 additions and 78 deletions
9
roles/k8s-manifests/tasks/prerequisites.yml
Normal file
9
roles/k8s-manifests/tasks/prerequisites.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
- name: Install pip
|
||||
package:
|
||||
name: python3-pip
|
||||
state: present
|
||||
|
||||
- name: Install openshift python client
|
||||
pip:
|
||||
name: openshift
|
||||
state: present
|
||||
Loading…
Add table
Add a link
Reference in a new issue