feat: Create role

This commit is contained in:
2025-04-01 16:49:12 +02:00
parent 69eeff1e45
commit 0fb68716a0
9 changed files with 156 additions and 4 deletions

8
tasks/installation.yml Normal file
View File

@@ -0,0 +1,8 @@
---
# tasks file for nftables
- name: Install nftables
ansible.builtin.apt:
state: present
name: nftables
when: ansible_facts['pkg_mgr'] == "apt"