community.general/lib/ansible/modules
Felix Kaechele 8475171f67 firewalld: Implement zone operations (#32845)
* firewalld: Implement zone operations

Zones are removed or added when no other operations are used in
conjunction with the keywords 'present' or 'absent'.

This leads to a logical and natural syntax of:

- firewalld:
    zone: foo
    state: present

for adding or removing zones.

Signed-off-by: Felix Kaechele <felix@kaechele.ca>

* firewalld: zone ops: addressed review concerns

- Added more documentation on the peculiarities of the zone operations
- Output meaningful error messages when trying to use zones incorrectly

Signed-off-by: Felix Kaechele <felix@kaechele.ca>
2017-12-12 09:34:41 +01:00
..
cloud vmware_guest: option to enable nested virtualization (#28149) 2017-12-12 11:02:56 +05:30
clustering Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
commands Fix Command module documentation 2017-12-08 10:07:00 -08:00
crypto Fix documentation about mode in openssl_privatekey (#32664) 2017-12-07 04:47:23 -05:00
database Add ssl, validate_certs in InfluxDB modules (#33327) 2017-12-12 07:56:24 +01:00
files removed Queen's english from documentation 2017-11-28 10:03:36 +10:00
identity Add keycloak_client module for administration of Keycloak clients (#31716) 2017-11-29 16:44:35 -05:00
inventory Fix invalid string escape sequences. 2017-11-21 20:59:08 -08:00
messaging Add max_priority to give priority ability to a queue 2017-09-08 16:09:50 -07:00
monitoring Zabbix host ipmi (#33718) 2017-12-11 08:41:35 -05:00
net_tools Bulk pep8 fixes - hand crafted (#33690) 2017-12-07 19:29:21 -08:00
network ACI Encap pool: New module for support layer2 encap pools (#33219) 2017-12-12 07:51:19 +00:00
notification osx_say: add espeak support, rename module to say (#33071) 2017-12-09 13:45:31 +00:00
packaging redhat_subscription: remove python2.4 compat (#33762) 2017-12-12 07:19:08 +05:30
remote_management add oVirt provider to ManageIQ module (#33751) 2017-12-11 04:52:33 -05:00
source_control Add limit for new password in gitlab_user (#33374) 2017-12-01 12:38:44 +05:30
storage Manually fix issues that autopep8 introduced 2017-12-07 20:25:55 +00:00
system firewalld: Implement zone operations (#32845) 2017-12-12 09:34:41 +01:00
utilities Small correction to import_role documentation (#33285) 2017-12-01 20:58:31 +10:00
web_infrastructure letsencrypt: add new param account_key_content (#32948) 2017-12-09 08:48:15 +01:00
windows win_stat: better support for links (#33005) 2017-12-12 14:07:56 +10:00
__init__.py