1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-13 05:02:17 +00:00
community.general/lib/ansible/modules
Felix Fontein 804d5eaf8e
AWS: _facts -> _info (part 3) (#57635)
* Rename ec2_ami_facts -> ec2_ami_info.

* Rename ec2_asg_facts -> ec2_asg_info.

* Rename ec2_customer_gateway_facts -> ec2_customer_gateway_info.

* Rename ec2_eip_facts -> ec2_eip_info.

* Rename ec2_elb_facts -> ec2_elb_info.

* Rename ec2_eni_facts -> ec2_eni_info.

* Rename ec2_group_facts -> ec2_group_info.

* Rename ec2_instance_facts -> ec2_instance_info.

* Rename ec2_lc_facts -> ec2_lc_info.

* Rename ec2_placement_group_facts -> ec2_placement_group_info.

* Rename ec2_snapshot_facts -> ec2_snapshot_info.

* Rename ec2_vol_facts -> ec2_vol_info.

* Update module defaults, add changelog and porting guide.

* Forgot one occurence of ec2_instance_facts.

* Update BOTMETA.

* Break too long line.
2019-06-10 19:33:38 +02:00
..
cloud AWS: _facts -> _info (part 3) (#57635) 2019-06-10 19:33:38 +02:00
clustering First batch _facts -> _info rename. (#56822) 2019-05-27 18:17:42 +02:00
commands [doc] expect module: mention all parameter types (#56394) 2019-05-14 09:06:00 -05:00
crypto acme_certificate: fix docs (#57557) 2019-06-08 02:11:58 -04:00
database postgresql: moved function exec_sql from the modules to module_utils (#57603) 2019-06-10 11:15:07 +02:00
files File module - fix unicode paths and add a test (#57558) 2019-06-07 21:27:38 -04:00
identity New module: keycloak_group (#35637) 2019-04-10 15:58:20 -04:00
inventory utilities: Clean up parameter types and add seealso (#53063) 2019-03-07 00:25:59 +01:00
messaging Update rabbitmq_queue.py (#56912) 2019-05-29 13:57:05 -05:00
monitoring Updated documentation for zabbix-screen module (#57325) 2019-06-07 13:36:25 +02:00
net_tools Fixes typo in get_url (#57305) 2019-06-03 20:36:48 +05:30
network Make netconf_get python3 compat (#57578) 2019-06-10 16:11:31 +02:00
notification modules/notification/irc: Fix channel joining for some IRC servers. (#55444) 2019-04-17 18:55:43 -04:00
packaging Provide a better error when python-dnf install fails (#57622) 2019-06-10 09:21:41 -05:00
remote_management Second batch for _facts -> _info rename (#57020) 2019-06-10 13:04:07 +02:00
source_control Second batch for _facts -> _info rename (#57020) 2019-06-10 13:04:07 +02:00
storage na_ontap_snapshot_policy: Add ability to multiple schedules (#57366) 2019-06-10 09:24:25 +02:00
system Fix lack of support for Cumulus Linux with Hostname module in Ansible v2.8.0. (#57493) 2019-06-07 15:40:20 -04:00
utilities Update include_role description (#56001) 2019-05-06 16:17:50 -04:00
web_infrastructure Second batch for _facts -> _info rename (#57020) 2019-06-10 13:04:07 +02:00
windows win_chocolatey - honour version when bootstrapping chocolatey and fix package listing (#57208) 2019-06-05 09:10:10 +10:00
__init__.py