This website requires JavaScript.
Explore
Help
Sign In
cellinfo
/
ansible.nftables
Watch
2
Star
0
Fork
You've already forked ansible.nftables
0
Code
Issues
Pull Requests
Releases
Activity
abdc15191b
ansible.nftables
/
vars
/
gentoo.yml
6 lines
98 B
YAML
Raw
Normal View
History
Unescape
Escape
Added default variables for Gentoo Gentoo package name for nftables is 'net-firewall/nftables'
2021-08-07 01:20:49 +02:00
---
# vars file for Gentoo
nft_pkg_list
:
-
net-firewall/nftables
Added ability to specify nft bin location Gentoo installs nft binary into /sbin/nft in accordance with the filesystem spec: https://devmanual.gentoo.org/general-concepts/filesystem/ This commit adds the ability to specify the location of nft binary through variable nft__bin_location. By default it is set to "/usr/sbin/nft".
2021-08-07 01:23:36 +02:00
nft__bin_location
:
"/sbin/nft"