First Setup

This commit is contained in:
2022-02-23 21:40:18 +01:00
parent 8fbe1e9f1b
commit 5f1ddaa73d
4 changed files with 25 additions and 0 deletions

10
setup.yml Normal file
View File

@@ -0,0 +1,10 @@
---
- name: Install and deplo a k8s cluster
hosts: k8s
become: True
tasks:
- name: Update all packages with APT
apt:
update_cache: True
upgrade: dist