You've already forked role_nftables
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0ec22490bf |
@@ -5,7 +5,7 @@
|
||||
nftables_conf_template: nftables.conf.j2
|
||||
|
||||
# Default configuration path
|
||||
nftables_conf_path: /etc/nftables.conf
|
||||
nftables_conf_path: /etc/sysconfig/nftables.conf
|
||||
|
||||
# List of rules to deploy
|
||||
nftables_rules: []
|
||||
|
||||
@@ -8,8 +8,8 @@ galaxy_info:
|
||||
min_ansible_version: '2.1'
|
||||
|
||||
platforms:
|
||||
- name: Debian
|
||||
- name: Fedora
|
||||
versions:
|
||||
- all
|
||||
- "43"
|
||||
|
||||
dependencies: []
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
# tasks file for nftables
|
||||
|
||||
- name: Install nftables
|
||||
ansible.builtin.apt:
|
||||
state: present
|
||||
ansible.builtin.dnf:
|
||||
name: nftables
|
||||
when: ansible_facts['pkg_mgr'] == "apt"
|
||||
become: true
|
||||
|
||||
Reference in New Issue
Block a user