Add playbooks/software.yml

This commit is contained in:
2026-06-06 15:01:12 +01:00
parent b6bc5ec2f4
commit 56e0931f82

9
playbooks/software.yml Normal file
View File

@@ -0,0 +1,9 @@
- name: install required software
hosts: wireguard
become: yes
tasks:
- name: install wireguard tools
dnf:
name:
- wireguard-tools
state: present