community.general/lib/ansible/modules/extras/system
Nicolas Brisac bcfd5772e4 Allow filtering of routed/forwarded packets
MAN page states the following :

    Rules for traffic not destined for the  host  itself  but  instead  for
    traffic  that  should  be  routed/forwarded through the firewall should
    specify the  route  keyword  before  the  rule  (routing  rules  differ
    significantly  from  PF  syntax and instead take into account netfilter
    FORWARD chain conventions). For example:

        ufw route allow in on eth1 out on eth2

This commit introduces a new parameter "route=yes/no" to allow just that.
2016-12-08 11:32:45 -05:00
..
__init__.py package files 2016-12-08 11:32:18 -05:00
alternatives.py Fix alternatives module in non-English locale 2016-12-08 11:32:45 -05:00
at.py moar quotes 2016-12-08 11:32:39 -05:00
capabilities.py moar quotes 2016-12-08 11:32:39 -05:00
cronvar.py removed executable bit 2016-12-08 11:32:42 -05:00
crypttab.py moar quotes 2016-12-08 11:32:39 -05:00
debconf.py remove unused variable 2016-12-08 11:32:23 -05:00
facter.py Facter module should return custom facts 2016-12-08 11:32:25 -05:00
filesystem.py moar quotes 2016-12-08 11:32:39 -05:00
firewalld.py firewalld: remove BabyJSON 2016-12-08 11:32:45 -05:00
getent.py Fix getent behaviour with fail_key=False 2016-12-08 11:32:23 -05:00
gluster_volume.py gluster_volume: Finalize brick->bricks transition by previous author 2016-12-08 11:32:45 -05:00
kernel_blacklist.py more string corrections 2016-12-08 11:32:39 -05:00
known_hosts.py more string corrections 2016-12-08 11:32:39 -05:00
locale_gen.py Use try/finally with file opening to close the file 2016-12-08 11:32:36 -05:00
lvg.py Devices in the current_devs list must also be converted to absolute device paths so comparison with dev_list works 2016-12-08 11:32:45 -05:00
lvol.py Removed conditional assignment of yesopt to make it work with python-2.4 (to pass the Travis-CI test) 2016-12-08 11:32:45 -05:00
modprobe.py more string corrections 2016-12-08 11:32:39 -05:00
ohai.py
open_iscsi.py more string corrections 2016-12-08 11:32:39 -05:00
svc.py removed executable bit 2016-12-08 11:32:42 -05:00
ufw.py Allow filtering of routed/forwarded packets 2016-12-08 11:32:45 -05:00
zfs.py Fix possible values for zfs sync property 2016-12-08 11:32:45 -05:00