Compare commits

1 Commits

Author SHA1 Message Date
0ec22490bf feat: Move from Debian to Fedora 2026-04-10 16:33:45 +02:00
3 changed files with 5 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
nftables_conf_template: nftables.conf.j2 nftables_conf_template: nftables.conf.j2
# Default configuration path # Default configuration path
nftables_conf_path: /etc/nftables.conf nftables_conf_path: /etc/sysconfig/nftables.conf
# List of rules to deploy # List of rules to deploy
nftables_rules: [] nftables_rules: []

View File

@@ -8,8 +8,8 @@ galaxy_info:
min_ansible_version: '2.1' min_ansible_version: '2.1'
platforms: platforms:
- name: Debian - name: Fedora
versions: versions:
- all - "43"
dependencies: [] dependencies: []

View File

@@ -2,7 +2,6 @@
# tasks file for nftables # tasks file for nftables
- name: Install nftables - name: Install nftables
ansible.builtin.apt: ansible.builtin.dnf:
state: present
name: nftables name: nftables
when: ansible_facts['pkg_mgr'] == "apt" become: true