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
|
## 2.0 "TBD" - ACTIVE DEVELOPMENT
|
||||||
|
|
||||||
Major Changes:
|
Major Changes:
|
||||||
- big_ip modules now support turning off ssl certificate validation (use only for self signed)
|
* 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
|
||||||
- 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
|
||||||
- If you need the old behaviour, quote the value and it will get passed around as a string
|
|
||||||
|
|
||||||
Deprecated Modules:
|
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:
|
New Modules:
|
||||||
find
|
* find
|
||||||
ec2_ami_find
|
* ec2_ami_find
|
||||||
cloudtrail
|
* cloudtrail
|
||||||
cloudstack: cs_affinitygroup
|
* cloudstack: cs_affinitygroup
|
||||||
cloudstack: cs_firewall
|
* cloudstack: cs_firewall
|
||||||
cloudstack: cs_iso
|
* cloudstack: cs_iso
|
||||||
cloudstack: cs_sshkeypair
|
* cloudstack: cs_sshkeypair
|
||||||
cloudstack: cs_securitygroup
|
* cloudstack: cs_securitygroup
|
||||||
cloudstack: cs_securitygroup_rule
|
* cloudstack: cs_securitygroup_rule
|
||||||
cloudstack: cs_vmsnapshot
|
* cloudstack: cs_vmsnapshot
|
||||||
maven_artifact
|
* maven_artifact
|
||||||
pushover
|
* pushover
|
||||||
zabbix_host
|
* zabbix_host
|
||||||
zabbix_hostmacro
|
* zabbix_hostmacro
|
||||||
zabbix_screen
|
* zabbix_screen
|
||||||
vertica_configuration
|
* vertica_configuration
|
||||||
vertica_facts
|
* vertica_facts
|
||||||
vertica_role
|
* vertica_role
|
||||||
vertica_schema
|
* vertica_schema
|
||||||
vertica_user
|
* vertica_user
|
||||||
|
|
||||||
New Inventory scripts:
|
New Inventory scripts:
|
||||||
fleetctl
|
* fleetctl
|
||||||
|
|
||||||
Other Notable Changes:
|
Other Notable Changes:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue