vault backup: 2026-04-28 17:53:36
This commit is contained in:
@@ -1,11 +1,16 @@
|
||||
---
|
||||
tags:
|
||||
- IT/Development/Ansible
|
||||
- IT/Tools/uv
|
||||
---
|
||||
## Verwendung
|
||||
|
||||
## Installation
|
||||
|
||||
```shell
|
||||
uv tool install --with-executables-from ansible-core,ansible-list ansible --force
|
||||
```
|
||||
|
||||
## Links
|
||||
- [Using Ansible's command and shell modules properly](http://willthames.github.io/2016/09/21/using-command-and-shell-in-ansible.html)
|
||||
- [Usage — Ansible Lint Documentation](https://ansible-lint.readthedocs.io/en/latest/usage.html)
|
||||
|
||||
@@ -21,4 +21,5 @@ fisher install catppuccin/fish
|
||||
fisher install IlanCosman/tide@v6
|
||||
fisher install joseluisq/gitnow@2.13.0
|
||||
fisher install pure-fish/pure
|
||||
fisher install reitzig/sdkman-for-fish
|
||||
```
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
---
|
||||
tags:
|
||||
- IT/Tools/terraform
|
||||
- IT/Tools/helm
|
||||
---
|
||||
## Install terraform
|
||||
|
||||
|
||||
## Install helm
|
||||
|
||||
```shell
|
||||
# 1. Install prerequisites
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y apt-transport-https ca-certificates curl
|
||||
|
||||
# 2. Download and add the Helm GPG key
|
||||
curl -fsSL https://packages.buildkite.com/helm-linux/helm-debian/gpgkey | gpg --dearmor | sudo tee /usr/share/keyrings/helm.gpg > /dev/null
|
||||
|
||||
# 3. Add the Helm repository
|
||||
echo "deb [signed-by=/usr/share/keyrings/helm.gpg] https://packages.buildkite.com/helm-linux/helm-debian/any/ any main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
|
||||
|
||||
# 4. Update and install Helm
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y helm
|
||||
|
||||
# 5. Verify installation
|
||||
helm version
|
||||
```
|
||||
@@ -14,7 +14,7 @@ relationship: kollege
|
||||
template: "[[contact-colleague]]"
|
||||
company: "[[cimt objects AG]]"
|
||||
location: Berlin
|
||||
manager: "[[Oliver Fromm]]"
|
||||
manager: "[[Maria König]]"
|
||||
gilde:
|
||||
- "[[GCP Gilde]]"
|
||||
tags:
|
||||
|
||||
@@ -12,7 +12,7 @@ type: contact
|
||||
relationship: kollege
|
||||
company: "[[cimt objects AG]]"
|
||||
location: Berlin
|
||||
manager: "[[Oliver Fromm]]"
|
||||
manager: "[[Maria König]]"
|
||||
template: "[[contact-colleague]]"
|
||||
tags:
|
||||
- process/contact
|
||||
|
||||
Reference in New Issue
Block a user