-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
625ed95
commit 8d9fea4
Showing
291 changed files
with
9,856 additions
and
2,800 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,14 @@ | ||
#shellcheck disable=SC2148,SC2155 | ||
|
||
export KUBECONFIG=$(expand_path ./kubeconfig) | ||
export ANSIBLE_CONFIG=$(expand_path ./ansible.cfg) | ||
export ANSIBLE_HOST_KEY_CHECKING="False" | ||
export SOPS_AGE_KEY_FILE=$(expand_path ~/.config/sops/age/keys.txt) | ||
|
||
use flake | ||
export KUBECONFIG="$(expand_path ./kubeconfig)" | ||
export SOPS_AGE_KEY_FILE="$(expand_path ./age.key)" | ||
# Venv | ||
PATH_add "$(expand_path ./.venv/bin)" | ||
export VIRTUAL_ENV="$(expand_path ./.venv)" | ||
export PYTHONDONTWRITEBYTECODE="1" | ||
# Talos | ||
export TALOSCONFIG="$(expand_path ./kubernetes/bootstrap/talos/clusterconfig/talosconfig)" | ||
# Bin | ||
PATH_add "$(expand_path ./.bin)" | ||
# Taskfile | ||
export TASK_X_ENV_PRECEDENCE=1 | ||
export TASK_X_MAP_VARIABLES=0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
* text=auto eol=lf | ||
*.yaml.j2 linguist-language=YAML | ||
*.sops.* diff=sopsdiffer | ||
*.sops.toml linguist-language=JSON |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
--- | ||
# Area | ||
- { name: "area/ansible", color: "0e8a16" } | ||
- { name: "area/bootstrap", color: "0e8a16" } | ||
- { name: "area/github", color: "0e8a16" } | ||
- { name: "area/kubernetes", color: "0e8a16" } | ||
- { name: "area/taskfile", color: "0e8a16" } | ||
- { name: "area/bootstrap", color: "0e8a16" } | ||
- { name: "area/github", color: "0e8a16" } | ||
- { name: "area/kubernetes", color: "0e8a16" } | ||
- { name: "area/taskfile", color: "0e8a16" } | ||
# Distro | ||
- { name: "distro/talos", color: "ffc300" } | ||
# Renovate | ||
- { name: "renovate/ansible", color: "027fa0" } | ||
- { name: "renovate/container", color: "027fa0" } | ||
- { name: "renovate/github-action", color: "027fa0" } | ||
- { name: "renovate/container", color: "027fa0" } | ||
- { name: "renovate/github-action", color: "027fa0" } | ||
- { name: "renovate/github-release", color: "027fa0" } | ||
- { name: "renovate/helm", color: "027fa0" } | ||
- { name: "renovate/helm", color: "027fa0" } | ||
# Semantic Type | ||
- { name: "type/patch", color: "ffec19" } | ||
- { name: "type/minor", color: "ff9800" } | ||
- { name: "type/major", color: "f6412d" } | ||
- { name: "type/break", color: "f6412d" } | ||
- { name: "type/patch", color: "ffec19" } | ||
- { name: "type/minor", color: "ff9800" } | ||
- { name: "type/major", color: "f6412d" } | ||
- { name: "type/break", color: "f6412d" } | ||
# Uncategorized | ||
- { name: "hold/upstream", color: "ee0701" } | ||
- { name: "hold/upstream", color: "ee0701" } |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
changelog: | ||
exclude: | ||
authors: | ||
- renovate |
Oops, something went wrong.