This commit is contained in:
2023-07-01 09:07:53 -04:00
parent a9e54c90fd
commit e4eeeb40f1
2 changed files with 30 additions and 1 deletions

View File

@@ -1,4 +1,15 @@
- name: Upgrade Packages
- name: Upgrade Package- name: add apt repository key
apt_key:
url: "{{ item }}"
with_items: "{{ apt_keys }}"
become: yes
- name: add apt repository
apt_repository:
repo: "{{ item }}"
with_items: "{{ apt_repo }}"
become: yes
s
package:
update_cache: yes
upgrade: safe

View File

@@ -2,7 +2,25 @@
required_packages:
- ansible
- libfuse2
- git
- zsh
- nfs-common
- powershell
- kubectl
- terraform
- helm
- htop
apt_keys:
- https://packages.cloud.google.com/apt/doc/apt-key.gpg
- https://apt.releases.hashicorp.com/gpg
- https://baltocdn.com/helm/signing.asc
- https://packages.microsoft.com/keys/microsoft.asc
apt_repo:
- deb https://apt.kubernetes.io/ kubernetes-xenial main
- deb [arch=amd64] https://apt.releases.hashicorp.com jammy main
- deb https://baltocdn.com/helm/stable/debian/ all main
- deb [arch=amd64] https://packages.microsoft.com/ubuntu/22.04/prod jammy main
required_flatpak_packages:
- io.gitlab.librewolf-community