add files
This commit is contained in:
parent
1283a98c9d
commit
33e2774432
11 changed files with 152 additions and 0 deletions
14
roles/debian_setup/tasks/main.yml
Normal file
14
roles/debian_setup/tasks/main.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
- name: Get indexes
|
||||
apt:
|
||||
update_cache: true
|
||||
|
||||
- name: Update dist
|
||||
apt:
|
||||
upgrade: dist
|
||||
|
||||
- name: Install K8S python library
|
||||
apt:
|
||||
name:
|
||||
- python3-kubernetes
|
||||
state: present
|
||||
Loading…
Add table
Add a link
Reference in a new issue