mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Install k8s control plane
This commit is contained in:
parent
92682a8360
commit
010c48b243
11 changed files with 111 additions and 92 deletions
4
scripts/rsync-and-run.sh
Executable file
4
scripts/rsync-and-run.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
DIRECTORY=`dirname $0`
|
||||
cd DIRECTORY/..
|
||||
rsync -avzhe ssh --delete --exclude=.* ./ root@163.172.145.22:/root/ansible && ssh -t root@163.172.145.22 "cd ansible && $1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue