This commit is contained in:
parent
8d768f892b
commit
b8cff1ed6d
2 changed files with 3 additions and 1 deletions
|
@ -46,5 +46,6 @@ jobs:
|
||||||
mkdir -p ~/.ssh
|
mkdir -p ~/.ssh
|
||||||
chmod 700 ~/.ssh
|
chmod 700 ~/.ssh
|
||||||
echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
|
echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
|
||||||
|
ssh -vvv root@193.1.99.120
|
||||||
colmena apply -v --on @active-dns --show-trace
|
colmena apply -v --on @active-dns --show-trace
|
||||||
shell: bash
|
shell: bash
|
|
@ -33,7 +33,8 @@ in {
|
||||||
deployment = {
|
deployment = {
|
||||||
targetHost = ip_pub;
|
targetHost = ip_pub;
|
||||||
targetPort = 22;
|
targetPort = 22;
|
||||||
targetUser = "root";
|
targetUser = null;
|
||||||
|
|
||||||
tags = ["active-dns" "dns"];
|
tags = ["active-dns" "dns"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue