mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 21:57:00 +01:00
Install k8s control plane
This commit is contained in:
parent
92682a8360
commit
010c48b243
11 changed files with 111 additions and 92 deletions
6
scripts/cloud-init-ansble-controller.sh
Normal file
6
scripts/cloud-init-ansble-controller.sh
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
apt-get update
|
||||
apt-get install software-properties-common
|
||||
apt-add-repository ppa:ansible/ansible -y
|
||||
apt-get update
|
||||
apt-get install ansible -y
|
||||
Loading…
Add table
Add a link
Reference in a new issue