generated from onedr0p/cluster-template
-
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
0 parents
commit 98cb102
Showing
217 changed files
with
6,874 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"name": "Home Ops", | ||
"image": "mcr.microsoft.com/devcontainers/base:debian", | ||
"containerEnv": { | ||
"KUBECONFIG": "${containerWorkspaceFolder}/kubeconfig", | ||
"SOPS_AGE_KEY_FILE": "${containerWorkspaceFolder}/.age.key" | ||
}, | ||
"postCreateCommand": { | ||
"deps": "task deps" | ||
}, | ||
"features": { | ||
"ghcr.io/devcontainers/features/common-utils:2": { | ||
"configureZshAsDefaultShell": true | ||
}, | ||
"ghcr.io/devcontainers/features/kubectl-helm-minikube:1": { | ||
"minikube": "none" | ||
}, | ||
"ghcr.io/devcontainers/features/python:1": {}, | ||
"ghcr.io/devcontainers-contrib/features/age:1": {}, | ||
"ghcr.io/devcontainers-contrib/features/cloudflared:1": {}, | ||
"ghcr.io/devcontainers-contrib/features/go-task:1": {}, | ||
"ghcr.io/devcontainers-contrib/features/sops:1": {}, | ||
"ghcr.io/audacioustux/devcontainers/cilium:1": {}, | ||
"ghcr.io/dhoeric/features/stern:1": {}, | ||
"ghcr.io/eitsupi/devcontainer-features/jq-likes:2": {}, | ||
"ghcr.io/jsburckhardt/devcontainer-features/flux:1": {}, | ||
"ghcr.io/rio/features/kustomize:1": {} | ||
}, | ||
"customizations": { | ||
"vscode": { | ||
"settings": { | ||
"terminal.integrated.profiles.linux": { | ||
"bash": { | ||
"path": "/bin/zsh" | ||
} | ||
}, | ||
"terminal.integrated.defaultProfile.linux": "zsh" | ||
}, | ||
"extensions": [ | ||
"redhat.ansible", | ||
"redhat.vscode-yaml" | ||
] | ||
} | ||
} | ||
} |
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,18 @@ | ||
# editorconfig.org | ||
root = true | ||
|
||
[*] | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true | ||
|
||
[Makefile] | ||
indent_style = space | ||
indent_size = 4 | ||
|
||
[*.{bash,sh}] | ||
indent_style = space | ||
indent_size = 4 |
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,10 @@ | ||
#shellcheck disable=SC2148,SC2155 | ||
export KUBECONFIG="$(expand_path ./kubeconfig)" | ||
export SOPS_AGE_KEY_FILE="$(expand_path ./age.key)" | ||
# ansible | ||
PATH_add "$(expand_path ./.venv/bin)" | ||
export VIRTUAL_ENV="$(expand_path ./.venv)" | ||
export ANSIBLE_COLLECTIONS_PATH=$(expand_path ./.venv/galaxy) | ||
export ANSIBLE_ROLES_PATH=$(expand_path ./.venv/galaxy/ansible_roles) | ||
export ANSIBLE_VARS_ENABLED="host_group_vars,community.sops.sops" | ||
export K8S_AUTH_KUBECONFIG="$(expand_path ./kubeconfig)" |
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 @@ | ||
* 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
area/ansible: | ||
- "ansible/**/*" | ||
- "bootstrap/templates/ansible/**/*" | ||
- "bootstrap/tasks/ansible/**/*" | ||
area/github: | ||
- ".github/**/*" | ||
area/kubernetes: | ||
- "kubernetes/**/*" | ||
- "bootstrap/templates/kubernetes/**/*" | ||
- "bootstrap/tasks/kubernetes/**/*" | ||
area/bootstrap: | ||
- "bootstrap/**/*" | ||
- "bootstrap/configure.yaml" | ||
area/addons: | ||
- "bootstrap/templates/addons/**/*" | ||
- "bootstrap/tasks/addons/**/*" | ||
- "bootstrap/vars/addons.sample.yaml" |
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,57 @@ | ||
--- | ||
# Area | ||
- name: area/ansible | ||
color: "72ccf3" | ||
description: >- | ||
Changes made in the ansible directory | ||
- name: area/github | ||
color: "72ccf3" | ||
description: >- | ||
Changes made in the github directory | ||
- name: area/kubernetes | ||
color: "72ccf3" | ||
description: >- | ||
Changes made in the kubernetes directory | ||
- name: area/addons | ||
color: "72ccf3" | ||
description: >- | ||
Changes made in the addons directory | ||
- name: area/bootstrap | ||
color: "72ccf3" | ||
description: >- | ||
Changes made in the bootstrap directory | ||
# Renovate | ||
- name: renovate/ansible | ||
color: "ffc300" | ||
- name: renovate/container | ||
color: "ffc300" | ||
- name: renovate/github-action | ||
color: "ffc300" | ||
- name: renovate/github-release | ||
color: "ffc300" | ||
- name: renovate/helm | ||
color: "ffc300" | ||
# Semantic Type | ||
- name: type/patch | ||
color: "FFEC19" | ||
- name: type/minor | ||
color: "FF9800" | ||
- name: type/major | ||
color: "F6412D" | ||
- name: type/break | ||
color: "F6412D" | ||
# Uncategorized | ||
- name: bug | ||
color: "ee0701" | ||
- name: do-not-merge | ||
color: "ee0701" | ||
- name: docs | ||
color: "F4D1B7" | ||
- name: enhancement | ||
color: "84b6eb" | ||
- name: broken-links | ||
color: "7B55D7" | ||
- name: question | ||
color: "cc317c" | ||
- name: community | ||
color: "0e8a16" |
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.