mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
changed formating to rst lists
This commit is contained in:
parent
5ff9859c9b
commit
9f54276fdd
1 changed files with 25 additions and 26 deletions
51
CHANGELOG.md
51
CHANGELOG.md
|
@ -4,38 +4,37 @@ Ansible Changes By Release
|
|||
## 2.0 "TBD" - ACTIVE DEVELOPMENT
|
||||
|
||||
Major Changes:
|
||||
- big_ip modules now support turning off ssl certificate validation (use only for self signed)
|
||||
|
||||
- template code now retains types for bools and Numbers instead of turning them into strings
|
||||
- If you need the old behaviour, quote the value and it will get passed around as a string
|
||||
* big_ip modules now support turning off ssl certificate validation (use only for self signed)
|
||||
* template code now retains types for bools and Numbers instead of turning them into strings
|
||||
If you need the old behaviour, quote the value and it will get passed around as a string
|
||||
|
||||
Deprecated Modules:
|
||||
ec2_ami_search, in favor of the new ec2_ami_find
|
||||
* ec2_ami_search, in favor of the new ec2_ami_find
|
||||
|
||||
New Modules:
|
||||
find
|
||||
ec2_ami_find
|
||||
cloudtrail
|
||||
cloudstack: cs_affinitygroup
|
||||
cloudstack: cs_firewall
|
||||
cloudstack: cs_iso
|
||||
cloudstack: cs_sshkeypair
|
||||
cloudstack: cs_securitygroup
|
||||
cloudstack: cs_securitygroup_rule
|
||||
cloudstack: cs_vmsnapshot
|
||||
maven_artifact
|
||||
pushover
|
||||
zabbix_host
|
||||
zabbix_hostmacro
|
||||
zabbix_screen
|
||||
vertica_configuration
|
||||
vertica_facts
|
||||
vertica_role
|
||||
vertica_schema
|
||||
vertica_user
|
||||
* find
|
||||
* ec2_ami_find
|
||||
* cloudtrail
|
||||
* cloudstack: cs_affinitygroup
|
||||
* cloudstack: cs_firewall
|
||||
* cloudstack: cs_iso
|
||||
* cloudstack: cs_sshkeypair
|
||||
* cloudstack: cs_securitygroup
|
||||
* cloudstack: cs_securitygroup_rule
|
||||
* cloudstack: cs_vmsnapshot
|
||||
* maven_artifact
|
||||
* pushover
|
||||
* zabbix_host
|
||||
* zabbix_hostmacro
|
||||
* zabbix_screen
|
||||
* vertica_configuration
|
||||
* vertica_facts
|
||||
* vertica_role
|
||||
* vertica_schema
|
||||
* vertica_user
|
||||
|
||||
New Inventory scripts:
|
||||
fleetctl
|
||||
* fleetctl
|
||||
|
||||
Other Notable Changes:
|
||||
|
||||
|
|
Loading…
Reference in a new issue