add stuff, i don't even know anymore man
This commit is contained in:
parent
cd0a564d9a
commit
98a561fa5a
16 changed files with 555 additions and 56 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue