Compare commits
2 Commits
440d08c925
...
0e1381c64f
Author | SHA1 | Date | |
---|---|---|---|
|
0e1381c64f | ||
|
4ebc17c7f9 |
@ -39,6 +39,6 @@ jobs:
|
|||||||
for host in $(cat /tmp/hostlist); do
|
for host in $(cat /tmp/hostlist); do
|
||||||
ssh-keyscan -t ed25519 $host >> ~/.ssh/known_hosts
|
ssh-keyscan -t ed25519 $host >> ~/.ssh/known_hosts
|
||||||
done
|
done
|
||||||
- name: Run deploy-rs from flake
|
- name: Dry-run deploy
|
||||||
run: |
|
run: |
|
||||||
./deploy --ssh-opts '-i /tmp/key' --dry-activate
|
./deploy/bin/deploy --ssh-opts '-i /tmp/key' --dry-activate
|
@ -33,7 +33,7 @@
|
|||||||
clusterInit = (hostConf.name == "bard");
|
clusterInit = (hostConf.name == "bard");
|
||||||
serverAddr = (if hostConf.name == "bard" then "" else "https://192.168.1.31:6443");
|
serverAddr = (if hostConf.name == "bard" then "" else "https://192.168.1.31:6443");
|
||||||
# We are going to manage k8s resources separately from the infrastructure config
|
# We are going to manage k8s resources separately from the infrastructure config
|
||||||
manifests = { };
|
manifests = { };
|
||||||
};
|
};
|
||||||
services.openiscsi = {
|
services.openiscsi = {
|
||||||
enable = false;
|
enable = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user