Alexei Znamensky
47c456f740
Tidy up validate-modules:doc-elements-mismatch ( #1399 )
...
* fixed validation-modules for plugins/modules/cloud/xenserver/xenserver_guest.py
* fixed validation-modules for plugins/modules/identity/ipa/ipa_hbacrule.py
* fixed validation-modules for plugins/modules/identity/keycloak/keycloak_client.py
* fixed validation-modules for plugins/modules/identity/keycloak/keycloak_clienttemplate.py
* fixed validation-modules for plugins/modules/net_tools/nios/nios_fixed_address.py
* fixed validation-modules for plugins/modules/net_tools/nios/nios_host_record.py
* fixed validation-modules for plugins/modules/net_tools/nios/nios_member.py
* fixed validation-modules for plugins/modules/net_tools/nios/nios_network.py
* fixed validation-modules for plugins/modules/net_tools/nios/nios_nsgroup.py
* fixed validation-modules for plugins/modules/remote_management/redfish/redfish_config.py
* fixed validation-modules for plugins/modules/source_control/github/github_webhook.py
* fixed validation-modules for plugins/modules/web_infrastructure/sophos_utm/utm_proxy_exception.py
* Tidy up validate-modules ignores doc-elements-mismatch
* Added changelog frag for utm_proxy_exception
* Update changelogs/fragments/1399-fixed-wrong-elements-type.yaml
Co-authored-by: Felix Fontein <felix@fontein.de>
* Fixed couple of missing docs
Co-authored-by: Felix Fontein <felix@fontein.de>
2020-11-27 08:01:02 +01:00
Felix Fontein
a96f90ff94
Fix boolean defaults. ( #1343 )
2020-11-23 11:14:43 +00:00
Mark Chappell
0a28a0c8b0
ipa: Update non-secret fields matching '*pass*' with no_log=False ( #1339 )
...
* ipa: Update non-secret fields matching '*pass*' with no_log=False
* Add changelog fragment
* Update changelogs/fragments/1339-ip-no_log-nonsecret.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
2020-11-21 17:25:49 +01:00
icez
af21a0eaf7
fix document mistakenly replaced the 'ipa_host' parameter in 'ipa_host' module ( #1031 )
2020-10-02 14:24:37 +02:00
Lina He
104f6a3e96
ipa_user: Add userauthtype param ( #951 )
...
* ipa_user: Add userauthtype param
* Add changelog fragment
* Update changelogs/fragments/951-ipa_user-add-userauthtype-param.yaml
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
* Update plugins/modules/identity/ipa/ipa_user.py
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
* ipa_user: Add example for userauthtype
Co-authored-by: Lina He <lhe@tmamission.com>
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
2020-09-29 17:02:40 +02:00
Andrew Klychkov
c055340ecb
modules: fix examples to use FQCN for builtin modules ( #648 )
...
* modules: fix examples to use FQCN for builtin modules
* fix
* fix
* fix
* fix
* fix
* fix
* fix
2020-07-14 18:28:08 +03:00
Andrew Klychkov
41cfdda6a3
modules: fix examples to use FQCN ( #644 )
...
* modules: fix examples to use FQCN
* fix
* fix
* fix
2020-07-13 21:50:31 +02:00
Felix Fontein
097aebadb0
Fix M(). ( #591 )
...
* Fix M().
* Break long line.
* Fix the remaining M(...).
* Break long line.
2020-06-29 14:59:15 +02:00
Felix Fontein
b54ddaa28c
Clean up deprecations ( #504 )
...
* Adjust deprecation versions.
* Remove redirects that are already made in ansible/ansible's ansible_builtin_runtime.yml
* Remove modules that were moved to the google.cloud collection according to ansible/ansible's ansible_builtin_runtime.yml.
* The _info module is in google.cloud.
* The gcp doc_fragment is a copy of the one in google.cloud and is only used by one lookup. Mark as deprecated/internal.
* Remove entries of modules that no longer exist.
* Update ignore.txt.
* Try to fix test.
* Remove debug output.
2020-06-16 13:15:19 +02:00
Felix Fontein
f9589d78a8
Add version_added for all new features ( #214 )
...
* Add version_added: 1.0.0 for all new features added before pre-ansible-base.
* Add version_added: 1.0.0 for all new features.
* Next release will be 0.2.0
* Fix error.
* Remove unnecessary warnings.
2020-06-13 15:01:19 +02:00
Andrew Klychkov
a7c830f49d
Fix examples formatting ( #345 )
2020-05-16 15:07:51 +02:00
Andrew Klychkov
983d937b7b
Fix Ansible documentation in part of example formatting ( #334 )
2020-05-15 13:12:41 +03:00
Andrew Klychkov
5d226f86b6
Remove ANSIBLE_METADATA ( #339 )
...
* Remove ANSIBLE_METADATA
* remove from other modules
* remove from plugins and scripts
2020-05-14 14:03:42 +01:00
Ulf Tigerstedt
06769c4e69
Fixes for ipa_group and ipa_user to show that uidnumber/gidnumber needs to be strings not numbers ( #300 )
2020-05-10 14:45:35 +02:00
Felix Fontein
61cf2b74c4
Fix module._name comparisons to also consider FQCNs. ( #230 )
2020-04-24 18:55:31 +01:00
Ansible Core Team
aebc1b03fd
Initial commit
2020-03-09 09:11:07 +00:00