summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGregory Shulov <gregory.shulov@gmail.com>2016-12-22 15:18:19 +0200
committerJohn R Barker <john@johnrbarker.com>2016-12-22 13:18:19 +0000
commit6c3de3c299d4dfdac5303b069706371921c2e685 (patch)
treebc78b6fa7363445014ad619c175cc696956d5b68 /CHANGELOG.md
parentd9e1e374b249b568b7b7376b5cc5586327a9a206 (diff)
downloadansible-6c3de3c299d4dfdac5303b069706371921c2e685.tar.gz
Initial Commit for Infinidat Ansible Modules (#19429)
* Initial Commit for Infinidat Ansible Modules Skip tests for python 2.4 as infinisdk doesn't support python 2.4 Move common code and arguments into module_utils/infinibox.py Move common documentation to documentation_fragments. Cleanup Docs and Examples Fix formating in modules description Add check mode support for all modules Import AnsibleModule only from ansible.module_utils.basic in all modules Skip python 2.4 tests for module_utils/infinibox.py Documentation and code cleanup Rewrite examples in multiline format Misc Changes Test * Add Infinibox modules to CHANGELOG.md * Add ANSIBLE_METADATA to all modules
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 823cb9419a..aaf276987e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -45,6 +45,13 @@ Ansible Changes By Release
* ipa_sudocmd
* ipa_sudorule
* ipa_user
+- infinibox:
+ * infini_export
+ * infini_export_client
+ * infini_fs
+ * infini_host
+ * infini_pool
+ * infini_vol
- openwrt_init
- windows:
* win_say