The current released version of Ansible (2.5) a new major release of Ansible approximately every two months. The core application evolves somewhat conservatively, valuing simplicity in language design and setup. However, the community around new modules and plugins being developed and contributed moves very quickly, adding many new modules in each release.
- Fact Namespacing - Module Blacklisting - New magic vars - Windows - Cloud - We are also introducing a new EC2 dynamic inventory plugin These inventory plugins have the ability to utilize the newly released Ansible inventory plugin system. - Growing Ansible’s VMware automation capabilities - Ansible Plugins - Ansible 2.5 Networking features *Major Changes* - Removed the previously deprecated 'accelerate' mode and all associated keywords and code. - New simpler and more intuitive 'loop' keyword for task loops. The with_<lookup> loops will be deprecated in the near future and eventually removed. - Added fact namespacing, from now on facts will be available under ansible_facts namespace (i.e. ansible_facts.os_distribution) w/o the ansible_ prefix. They will continue to be added into the main namespace directly, but now with a configuration toggle to enable this, currently on by default, in the future it will be off. - Add a configuration file to filter modules that a site administrator wants to exclude from being used. Where mindmajix.com will provide you indepth hadoop training and empowers you in the increasingly data-driven world by free webinar here Ansible Training <https://mindmajix.com/ansible-training> -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/68ba2e06-74e6-4552-941a-b3c042267cd3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
