Skip to content

Releases: wied03/ansible-ruby

v1.0.6

14 Oct 15:23
Compare
Choose a tag to compare
  • Allow sharing variables between tasks (#29)
  • Fix include support in handlers and allow include within task (#32)
  • Add 'connection' support to task DSL/model (#38)
  • Add YARD class comments for generated module classes (#22)
  • Fix termination policies in ec2_asg (#23)
  • get_url takes in a Hash for headers (#23)
  • docker_container network_mode is now a String and volumes is a Hash (#23)
  • file, copy, template support for owner, group, mode, setype, selevel (#23)
  • set_fact is now supported, pass a Hash as the parameter

v1.0.5

13 Oct 04:09
Compare
Choose a tag to compare
  • Added no_log support
  • include_vars support
  • Fix Include Not Tested/Working (#40)
  • Updated modules for Ansible 2.1.2 (see 1d2b99b)

v1.0.4

05 Sep 20:18
Compare
Choose a tag to compare
  • Improve error messages (#7)
  • Add become/become_user/ignore to play DSL (#34)
  • Prevent these Ruby methods from interfering with module attributes: [:system, :test, :warn, :sleep]

v1.0.3

27 Aug 06:45
Compare
Choose a tag to compare
  • Fix register count issue (#30)
  • Inclusion support from playbooks
  • Handler support
  • Block support
  • Add jinja variable helper
  • Add with_items support and add block helper for that and with_dict

v1.0.2

25 Aug 18:36
Compare
Choose a tag to compare
  • Allow free form tasks to be supplied without a block
  • Ensure non-free form tasks are called with a block
  • Add separate clean/compile rake Tasks
  • Rename existing Rake task to execute
  • Try and avoid DSL conflicts

v1.0.1

25 Aug 00:50
Compare
Choose a tag to compare
  • Bug fix/missing dependency