community.general/lib/ansible/modules/system
Felix Fontein 4d3d8dd60f ufw: check values for direction depending on situation (#50402)
* Check values of 'direction'.

* Add changelog.

* Update lib/ansible/modules/system/ufw.py

Co-Authored-By: felixfontein <felix@fontein.de>

* Update lib/ansible/modules/system/ufw.py
2019-02-11 14:47:35 +00:00
..
__init__.py
aix_devices.py new module: aix_devices, manage AIX devices (#32290) 2019-02-04 03:49:25 +01:00
aix_filesystem.py new module: Configure LVM and NFS file systems for AIX (#30810) 2019-01-05 02:18:12 +01:00
aix_inittab.py Fix parameter types and other fixes (#50111) 2019-01-18 03:24:47 +01:00
aix_lvg.py new module: AIX Volume Group creating, resizing, removing (#30381) 2019-02-04 03:30:10 +01:00
aix_lvol.py Fix parameter types and other fixes (#50111) 2019-01-18 03:24:47 +01:00
alternatives.py Fix parameter types and other fixes (#50111) 2019-01-18 03:24:47 +01:00
at.py Fix parameter types and other fixes (#50111) 2019-01-18 03:24:47 +01:00
authorized_key.py Fix parameter types and other fixes (#50111) 2019-01-18 03:24:47 +01:00
awall.py Fix parameter types and other fixes (#50111) 2019-01-18 03:24:47 +01:00
beadm.py Fix parameter types and other fixes (#50111) 2019-01-18 03:24:47 +01:00
capabilities.py Fix parameter types and other fixes (#50111) 2019-01-18 03:24:47 +01:00
cron.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
cronvar.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
crypttab.py
dconf.py Use common functions for handling import errors (#51851) 2019-02-07 16:51:16 -05:00
debconf.py
facter.py
filesystem.py Extend functionality of filesystem module to support swap creation (#49456) 2018-12-04 12:01:29 +00:00
firewalld.py Fix parameter types and other fixes (#50111) 2019-01-18 03:24:47 +01:00
gconftool2.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
getent.py
group.py Fix parameter types and other fixes (#50111) 2019-01-18 03:24:47 +01:00
hostname.py add support for hostname on Raspbian (#51273) 2019-01-24 11:48:48 -05:00
interfaces_file.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
iptables.py E325 Removal - Part II (#49196) 2018-11-28 13:55:52 +05:30
java_cert.py java_cert: support of different keystore type (JKS, JCEKS) (#49953) 2019-02-07 10:45:28 -05:00
java_keystore.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
kernel_blacklist.py
known_hosts.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
locale_gen.py correct message to have consistent pluralisation (#36897) 2018-11-26 13:45:38 -05:00
lvg.py Fix parameter types and other fixes (#50111) 2019-01-18 03:24:47 +01:00
lvol.py
make.py Prefer to use gmake (if available) on non linux OS (#51294) 2019-01-26 15:28:55 +01:00
mksysb.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
modprobe.py Fix for the new 2.8 feature to have modprobe check for builtins. 2019-01-07 09:05:50 -08:00
mount.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
nosh.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
ohai.py
open_iscsi.py
openwrt_init.py
osx_defaults.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
pam_limits.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
pamd.py Fix parameter types and other fixes (#50111) 2019-01-18 03:24:47 +01:00
parted.py Fix parameter types and other fixes (#50111) 2019-01-18 03:24:47 +01:00
ping.py Fix parameter types and other fixes (#50111) 2019-01-18 03:24:47 +01:00
puppet.py Add module parameter to control Puppet agent noop switch (#43678) 2018-12-04 12:30:19 +00:00
python_requirements_facts.py
reboot.py Fix parameter types and other fixes (#50111) 2019-01-18 03:24:47 +01:00
runit.py
seboolean.py Use common functions for handling import errors (#51851) 2019-02-07 16:51:16 -05:00
sefcontext.py Use common functions for handling import errors (#51851) 2019-02-07 16:51:16 -05:00
selinux.py Use common functions for handling import errors (#51851) 2019-02-07 16:51:16 -05:00
selinux_permissive.py Use common functions for handling import errors (#51851) 2019-02-07 16:51:16 -05:00
seport.py Use common functions for handling import errors (#51851) 2019-02-07 16:51:16 -05:00
service.py added docs for sleep/systemd interaction (#51336) 2019-01-29 15:19:29 -05:00
service_facts.py Provide both service state and status when possible in service_facts (#49618) 2018-12-26 13:24:03 +00:00
setup.py Validate DOCUMENTATION.author (#48993) 2018-11-21 17:29:29 +00:00
solaris_zone.py
svc.py Fix parameter types and other fixes (#50111) 2019-01-18 03:24:47 +01:00
sysctl.py Do not use str() on exceptions (#46950) 2018-11-09 07:59:30 +01:00
systemd.py ensure we have required systemd env var (#50607) 2019-01-16 12:36:41 -05:00
sysvinit.py Sysvinit - Enabling a service should use "defaults" if no runlevels are specified (#48724) 2018-11-15 09:53:10 -05:00
timezone.py Fix parameter types and other fixes (#50111) 2019-01-18 03:24:47 +01:00
ufw.py ufw: check values for direction depending on situation (#50402) 2019-02-11 14:47:35 +00:00
user.py Use correct property name (#51511) 2019-01-30 17:26:23 -05:00
vdo.py Use common functions for handling import errors (#51851) 2019-02-07 16:51:16 -05:00
xfconf.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00