workstation-setup/dev.yaml
2025-03-10 14:28:48 +01:00

22 lines
520 B
YAML

- name: Install some basic packages
hosts: localhost
gather_facts: yes
become: true
tasks:
- name: Install Container tools
ansible.builtin.package:
name:
- kubernetes-client
- helm
- podman
- podman-docker
- podman-compose
- name: Install Making tools
community.general.flatpak:
state: latest
remote: flathub
name:
- cc.arduino.IDE2
- org.fritzing.Fritzing
- org.freecad.FreeCAD