1
0
Fork 0

add stuff, i don't even know anymore man

This commit is contained in:
cătălin 2024-04-19 13:38:19 +02:00
commit 98a561fa5a
No known key found for this signature in database
16 changed files with 555 additions and 56 deletions

View file

@ -1,24 +1,4 @@
- name: Add Kubernetes repository
block:
- name: Add key
ansible.builtin.shell: curl -fsSL https://pkgs.k8s.io/core:/stable:/v1.29/deb/Release.key | gpg --dearmor -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg
- name: Add repo
ansible.builtin.apt_repository:
repo: 'deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] https://pkgs.k8s.io/core:/stable:/v1.29/deb/ /'
state: present
filename: kubernetes
- name: add charm.sh repository
block:
- name: Add key
ansible.builtin.shell: curl -fsSL https://repo.charm.sh/apt/gpg.key | gpg --dearmor -o /etc/apt/keyrings/charm.gpg
- name: Add repo
ansible.builtin.apt_repository:
repo: "deb [signed-by=/etc/apt/keyrings/charm.gpg] https://repo.charm.sh/apt/ * *"
filename: charm.sh
---
- name: Install Debian packages
ansible.builtin.package:
name:
@ -33,5 +13,9 @@
- kubectl
- glow
- postgresql-client-common
- postgresql-client-15
- libnss3-tools
- hwinfo
- rsync
- nmap
- netcat
state: present