Manage manifests with k8s module

This commit is contained in:
Paul-Henri Froidmont 2019-08-17 02:29:58 +02:00
parent 6ffa138ab1
commit 5955b3ac42
6 changed files with 64 additions and 78 deletions

View file

@ -0,0 +1,9 @@
- name: Install pip
package:
name: python3-pip
state: present
- name: Install openshift python client
pip:
name: openshift
state: present