Enable and run all basic roles

This commit is contained in:
Thomas Kleinendorst 2024-11-19 13:25:46 +01:00
parent 23166bc220
commit 71f927e732
4 changed files with 19 additions and 69 deletions

View file

@ -0,0 +1,16 @@
---
- name: Install basic packages
become: true
ansible.builtin.apt:
pkg:
- git
- vim
- dnsutils
- rsyslog
- snapd
state: present
- name: Install Snap Core
become: true
community.general.snap:
name: core
state: present