ansible/system
Mike Liu 582e36aef9 Iptables enhancements (#2789)
* Add the flush parameter.

When specified the flush parameter indicates that this module should remove all
rules from the specified table. If no table parameter is specified then the
default filter table is flushed.

* Add support for setting chain policies.

The module supports setting the policy of a given chain and table to the
following target values, ACCEPT, DROP, QUEUE, and RETURN. This parameter ignores
all other unrelated parameters.

* Fix pep8 issues.

* Fix missing quotation.

* Make 'flush' and 'policy' parameters mutually exclusive.

This combination is not supported by the wrapped iptables command. 'flush' and
'policy' however, can both take the 'chain' argument.
2016-08-30 16:16:10 +02:00
..
__init__.py package files 2014-09-26 11:04:10 -04:00
alternatives.py alternatives: add missing version_added and default doc 2016-07-09 09:11:24 +02:00
at.py Changes to author formatting, remove emails 2015-06-16 14:32:39 -04:00
capabilities.py sys.exit removal for system/capabilities.py 2015-10-05 13:24:25 -05:00
cronvar.py fix typo in get_exception(), extends fix #2502 (#2507) 2016-06-30 10:37:21 -04:00
crypttab.py fix typo in get_exception(), extends fix #2502 (#2507) 2016-06-30 10:37:21 -04:00
debconf.py Allow value to be bool where 'yes'/'no' are in choices (#2593) 2016-08-17 07:32:49 -07:00
facter.py Fix facter path 2016-02-19 10:43:55 +01:00
filesystem.py Add support for reiserfs (#2551) 2016-07-28 11:52:32 -04:00
firewalld.py which not who (#2557) 2016-07-13 10:26:13 -04:00
getent.py fix typo in get_exception(), extends fix #2502 (#2507) 2016-06-30 10:37:21 -04:00
gluster_volume.py fix typo in get_exception(), extends fix #2502 (#2507) 2016-06-30 10:37:21 -04:00
iptables.py Iptables enhancements (#2789) 2016-08-30 16:16:10 +02:00
kernel_blacklist.py Changes to author formatting, remove emails 2015-06-16 14:32:39 -04:00
known_hosts.py Fix reference in known_hosts doc (#2563) 2016-07-25 21:41:41 +02:00
locale_gen.py Only import get_exception once in locale_gen.py 2016-06-03 06:25:29 -07:00
lvg.py Add documentation to explain that pvs will be created if needed 2016-02-24 12:43:37 +01:00
lvol.py Add active and inactive states to the lvol module (#1974) 2016-07-28 11:31:51 -04:00
make.py docs: fix make docs (#2107) 2016-04-26 09:10:46 -04:00
modprobe.py Fixed modules/system py files for 2.4 to 3.5 exceptions (#2367) 2016-06-03 06:23:55 -07:00
ohai.py Remove unneeded spaces at the end of ohai 2015-12-22 15:31:41 -06:00
open_iscsi.py Fix open_iscsi EXAMPLES section 2015-10-05 13:34:42 -05:00
osx_defaults.py Fix for #2366 removed print statement (#2375) 2016-06-04 23:16:53 +02:00
pam_limits.py add missing author info 2016-05-20 09:19:23 -04:00
puppet.py Merge pull request #1149 from Jmainguy/puppet_stdout 2016-04-10 08:43:39 -07:00
sefcontext.py sefcontext: New module to manage SELinux file context mappings (semanage fcontext) (#2221) 2016-06-08 11:45:38 -04:00
selinux_permissive.py Fixed modules/system py files for 2.4 to 3.5 exceptions (#2367) 2016-06-03 06:23:55 -07:00
seport.py seport: fix a bug when SELinux port definition was already there (#2009) (#2694) 2016-08-08 08:49:38 -04:00
solaris_zone.py bugfix: use correct function close calls 2015-09-30 10:13:12 -04:00
svc.py Fixed modules/system py files for 2.4 to 3.5 exceptions (#2367) 2016-06-03 06:23:55 -07:00
timezone.py Use %s string formatting in system/timezone.py (#2632) 2016-07-28 17:02:00 -04:00
ufw.py [FIX] ufw fails asking for a direction for rules without an interface specified [#2758] (#2759) 2016-08-23 10:14:22 +02:00
zfs.py Add support for managing OpenZFS pools (#2642) 2016-08-08 11:49:18 -04:00