First Commit

This commit is contained in:
Michael Marquez
2021-04-19 01:22:42 -04:00
commit 8a5d60cce4
44 changed files with 808 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
- name: Download KOTS Install Script
get_url:
url: https://kots.io/install
dest: /tmp/install_kots.sh
mode: 0444
- name: Install KOTS
command: bash /tmp/install_kots.sh