Compare commits
2 Commits
d3371c0575
...
845dd73882
Author | SHA1 | Date | |
---|---|---|---|
|
845dd73882 | ||
|
e257778aad |
@ -40,6 +40,6 @@ jobs:
|
|||||||
for host in $(cat /tmp/hostlist); do
|
for host in $(cat /tmp/hostlist); do
|
||||||
ssh -i /tmp/key root@$host 'whoami; echo $HOSTNAME'
|
ssh -i /tmp/key root@$host 'whoami; echo $HOSTNAME'
|
||||||
done
|
done
|
||||||
# - name: Run deploy-rs from flake
|
- name: Run deploy-rs from flake
|
||||||
# run: |
|
run: |
|
||||||
# nix run github:serokell/deploy-rs#defaultPackage.x86_64-linux -- --version
|
nix run github:serokell/deploy-rs#defaultPackage.x86_64-linux -- --dry-activate
|
@ -32,8 +32,8 @@
|
|||||||
];
|
];
|
||||||
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");
|
||||||
manifests = { }; # We are going to manage k8s resources separately from
|
# We are going to manage k8s resources separately from the infrastructure config
|
||||||
# the infrastructure config
|
manifests = { };
|
||||||
};
|
};
|
||||||
services.openiscsi = {
|
services.openiscsi = {
|
||||||
enable = false;
|
enable = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user