add uptime server to topgrade remotes
This commit is contained in:
parent
683e7dc4ad
commit
d742874280
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
# Disable specific steps - same options as the command line flag
|
# Disable specific steps - same options as the command line flag
|
||||||
{{- if eq .chezmoi.osRelease.id "endeavouros" }}
|
{{- if eq .chezmoi.osRelease.id "endeavouros" }}
|
||||||
disable = ["tldr", "pip3", "node", "vim", "git_repos", "containers", "asdf", "distrobox", "helix", "composer", "yarn", "cargo", "remotes", "rustup", "vscode", "powershell", "dotnet", "flatpak", "shell", "snap", "sheldon", "clam_av_db"]
|
disable = ["tldr", "pip3", "node", "vim", "git_repos", "containers", "asdf", "distrobox", "helix", "composer", "yarn", "cargo", "remotes", "rustup", "vscode", "powershell", "dotnet", "flatpak", "shell", "snap", "sheldon", "clam_av_db", "nix"]
|
||||||
{{- else }}
|
{{- else }}
|
||||||
disable = ["tldr", "pip3", "node", "vim", "git_repos", "containers", "asdf", "distrobox", "helix", "composer", "yarn", "cargo", "remotes", "rustup", "vscode", "powershell", "dotnet", "flatpak", "shell", "snap", "firmware", "sheldon", "clam_av_db"]
|
disable = ["tldr", "pip3", "node", "vim", "git_repos", "containers", "asdf", "distrobox", "helix", "composer", "yarn", "cargo", "remotes", "rustup", "vscode", "powershell", "dotnet", "flatpak", "shell", "snap", "firmware", "sheldon", "clam_av_db"]
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
@ -28,7 +28,7 @@ skip_notify = true
|
||||||
{{- if eq .chezmoi.hostname "pxm" }}
|
{{- if eq .chezmoi.hostname "pxm" }}
|
||||||
remote_topgrades = ["kali", "mail"]
|
remote_topgrades = ["kali", "mail"]
|
||||||
{{- else }}
|
{{- else }}
|
||||||
remote_topgrades = ["pxm", "web", "kube", "infra"]
|
remote_topgrades = ["pxm", "web", "kube", "infra", "uptime"]
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
# Arguments to pass SSH when upgrading remote systems
|
# Arguments to pass SSH when upgrading remote systems
|
||||||
|
|
Loading…
Add table
Reference in a new issue