checkpoint 2 up and running
This commit is contained in:
parent
c532d498c4
commit
e5ef964dc6
9 changed files with 103 additions and 18 deletions
5
roles/pre_deploy/tasks/main.yml
Normal file
5
roles/pre_deploy/tasks/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: Installing Kubernetes through pip
|
||||
pip:
|
||||
name: kubernetes
|
||||
state: present
|
Loading…
Add table
Add a link
Reference in a new issue