Felix Fontein 
								
							 
						 
						
							
							
								
							
							
	
	
	c34dc24d3a 
 
						 
						
							
							
								
								
								Replace ansible.module_utils._text by ansible.module_utils.common.text.converters ( #2877 ) ( #2882 )  
							
							... 
							
							
							
							
							* Replace ansible.module_utils._text by ansible.module_utils.common.text.converters.
* Also adjust tests.
(cherry picked from commit fafabed9e6 
							
						 
						
							2021-06-27 09:39:18 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									patchback[bot] 
								
							 
						 
						
							
							
								
							
							
	
	
	fb9730f75e 
 
						 
						
							
							
								
								
								meta/runtime.yml and __init__.py cleanup ( #2632 ) ( #2653 )  
							
							... 
							
							
							
							
							* Remove superfluous __init__.py files.
* Reformat and sort meta/runtime.yml.
* The ovirt modules have been removed.
* Add changelog entry.
(cherry picked from commit 7cd96d963e 
							
						 
						
							2021-05-27 20:15:22 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Felix Fontein 
								
							 
						 
						
							
							
								
							
							
	
	
	24f8be834a 
 
						 
						
							
							
								
								
								Fix nios modules to work with ansible-core 2.11 ( #2057 )  
							
							... 
							
							
							
							
							* Fix nios modules to work with ansible-core 2.11.
* Adjust tests. 
							
						 
						
							2021-03-20 13:45:42 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexei Znamensky 
								
							 
						 
						
							
							
								
							
							
	
	
	434f383ae9 
 
						 
						
							
							
								
								
								fixed Python 3 keys() usage ( #1861 )  
							
							... 
							
							
							
							
							* fixed python3 keys()
* added changelog fragment
* Update plugins/modules/cloud/spotinst/spotinst_aws_elastigroup.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/cache/redis.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* rolledback redis.py per PR
* Update plugins/modules/monitoring/sensu/sensu_check.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* removed unnecessary ignore lines
* adding memcached and one case in redis is indeed necessary
* Update changelogs/fragments/1861-python3-keys.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update changelogs/fragments/1861-python3-keys.yml
* Update changelogs/fragments/1861-python3-keys.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de> 
							
						 
						
							2021-02-23 23:19:27 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									shieni 
								
							 
						 
						
							
							
								
							
							
	
	
	8fae693d9c 
 
						 
						
							
							
								
								
								ease limitation for nios_host_record DNS Bypass ( #1788 )  
							
							... 
							
							
							
							
							* ease limitation for nios_host_record DNS Bypass, the bypass should be allowed when configure_dns is disabled and view is set other than default
* add changelog fragment
Co-authored-by: Nils <ext-nils.haglund@elisa.fi> 
							
						 
						
							2021-02-15 08:29:04 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexei Znamensky 
								
							 
						 
						
							
							
								
							
							
	
	
	6c7f8f97ad 
 
						 
						
							
							
								
								
								Tidy up validate-modules ignores for modules: net_tools/nios ( #1598 )  
							
							... 
							
							
							
							
							* Added ``normalize_ib_spec()``
* Added suboptions
- ``http_pool_connections``
- ``http_pool_maxsize``
- ``silent_ssl_warnings``
* fixed validation-modules for plugins/modules/net_tools/nios/nios_a_record.py
* fixed validation-modules for plugins/modules/net_tools/nios/nios_aaaa_record.py
* fixed validation-modules for plugins/modules/net_tools/nios/nios_cname_record.py
* fixed validation-modules for plugins/modules/net_tools/nios/nios_dns_view.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_mx_record.py
* fixed validation-modules for plugins/modules/net_tools/nios/nios_naptr_record.py
* fixed validation-modules for plugins/modules/net_tools/nios/nios_network.py
* fixed validation-modules for plugins/modules/net_tools/nios/nios_network_view.py
* fixed validation-modules for plugins/modules/net_tools/nios/nios_ptr_record.py
* fixed validation-modules for plugins/modules/net_tools/nios/nios_srv_record.py
* fixed validation-modules for plugins/modules/net_tools/nios/nios_txt_record.py
* fixed validation-modules for plugins/modules/net_tools/nios/nios_zone.py
* fixed validation-modules for plugins/modules/net_tools/nios/nios_nsgroup.py
* Added function to normalize the ``ib_spec`` for ansible usage.
* Tidy up validate-modules ignores for net_tools/nios modules
* Update plugins/modules/net_tools/nios/nios_nsgroup.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/net_tools/nios/nios_nsgroup.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/net_tools/nios/nios_nsgroup.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/net_tools/nios/nios_nsgroup.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/net_tools/nios/nios_nsgroup.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/net_tools/nios/nios_nsgroup.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* fixed missing defaults, per PR tests
* added changelog fragment
* Update changelogs/fragments/nios-fix-ib_spec.yaml
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de> 
							
						 
						
							2021-01-11 22:14:46 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									neatherweb 
								
							 
						 
						
							
							
								
							
							
	
	
	c63f3f9956 
 
						 
						
							
							
								
								
								nios_member: fix nios api member_normalize error with python 3 ( #1527 )  
							
							... 
							
							
							
							
							* nios_member: fix nios api member_normalize error with python 3
Force a copy of the key to allow change during iteration.
* Update - add changelog fragment
* Update - add changelog fragment
* Update changelogs/fragments/1527-fix-nios-api-member-normalize.yaml
Co-authored-by: Felix Fontein <felix@fontein.de> 
							
						 
						
							2020-12-22 23:57:50 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Pablo Escobar Lopez 
								
							 
						 
						
							
							
								
							
							
	
	
	496be77a2b 
 
						 
						
							
							
								
								
								fix so module nios_host_record can remove aliases ( #1470 )  
							
							... 
							
							
							
							
							* fix for https://github.com/ansible-collections/community.general/issues/1335 
* added changelog fragment
* Update changelogs/fragments/nios_host_record-fix-aliases-removal.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
* extend changelog to specify CNAMES
Co-authored-by: Felix Fontein <felix@fontein.de> 
							
						 
						
							2020-12-14 22:31:05 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Abhijeet Kasurde 
								
							 
						 
						
							
							
								
							
							
	
	
	832dd55144 
 
						 
						
							
							
								
								
								sanity: Add future boilerplate ( #573 )  
							
							... 
							
							
							
							
							* sanity: Add future boilerplate
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* Module Utils
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* Scripts
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* sanity: Add future boilerplate
* Tests
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* CI failure
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com> 
							
						 
						
							2020-06-24 21:50:36 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ansible Core Team 
								
							 
						 
						
							
							
								
							
							
	aebc1b03fd  
						 
						
							
							
								
								
								Initial commit  
							
							
							
							
						 
						
							2020-03-09 09:11:07 +00:00