You've already forked role_nftables
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0ec22490bf |
@@ -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: []
|
||||||
|
|||||||
@@ -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: []
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user