You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
8 years ago
..
__init__.py package files 10 years ago
alternatives.py alternatives: add missing version_added and default doc 9 years ago
at.py Changes to author formatting, remove emails 10 years ago
capabilities.py sys.exit removal for system/capabilities.py 9 years ago
cronvar.py fix typo in get_exception(), extends fix #2502 (#2507) 9 years ago
crypttab.py fix typo in get_exception(), extends fix #2502 (#2507) 9 years ago
debconf.py Allow value to be bool where 'yes'/'no' are in choices (#2593) 8 years ago
facter.py Fix facter path 9 years ago
filesystem.py Add support for reiserfs (#2551) 8 years ago
firewalld.py which not who (#2557) 9 years ago
getent.py fix typo in get_exception(), extends fix #2502 (#2507) 9 years ago
gluster_volume.py fix typo in get_exception(), extends fix #2502 (#2507) 9 years ago
iptables.py Iptables enhancements (#2789) 8 years ago
kernel_blacklist.py Changes to author formatting, remove emails 10 years ago
known_hosts.py Fix reference in known_hosts doc (#2563) 8 years ago
locale_gen.py Only import get_exception once in locale_gen.py 9 years ago
lvg.py Add documentation to explain that pvs will be created if needed 9 years ago
lvol.py Add `active` and `inactive` states to the lvol module (#1974) 8 years ago
make.py docs: fix make docs (#2107) 9 years ago
modprobe.py Fixed modules/system py files for 2.4 to 3.5 exceptions (#2367) 9 years ago
ohai.py Remove unneeded spaces at the end of ohai 9 years ago
open_iscsi.py Fix open_iscsi EXAMPLES section 9 years ago
osx_defaults.py Fix for #2366 removed print statement (#2375) 9 years ago
pam_limits.py add missing author info 9 years ago
puppet.py Merge pull request #1149 from Jmainguy/puppet_stdout 9 years ago
sefcontext.py sefcontext: New module to manage SELinux file context mappings (semanage fcontext) (#2221) 9 years ago
selinux_permissive.py Fixed modules/system py files for 2.4 to 3.5 exceptions (#2367) 9 years ago
seport.py seport: fix a bug when SELinux port definition was already there (#2009) (#2694) 8 years ago
solaris_zone.py bugfix: use correct function close calls 9 years ago
svc.py Fixed modules/system py files for 2.4 to 3.5 exceptions (#2367) 9 years ago
timezone.py Use %s string formatting in system/timezone.py (#2632) 8 years ago
ufw.py [FIX] ufw fails asking for a direction for rules without an interface specified [#2758] (#2759) 8 years ago
zfs.py Add support for managing OpenZFS pools (#2642) 8 years ago