ansible-ruby icon indicating copy to clipboard operation
ansible-ruby copied to clipboard

Ruby DSL for Ansible

Results 9 ansible-ruby issues
Sort by recently updated
recently updated
newest added

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.9 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...

dependencies

In addition to looking at examples (or maybe replace examples since that parsing is quite brittle), use intercepted `argument_spec` values from `AnsibleModule` to form better metadata. Here is an example...

enhancement

In conjunction with the variable AST work in #5, might be nice to provide a variable file helper that uses Ruby variable/constant scoping and thus will pick up typos, etc....

enhancement

Currently not parsing these modules. Might need to add manually: - [x] - Include Vars - [ ] - AsyncWrapper

Lower priority for now since Ruby `Dir.glob` can be used.

enhancement

Need to at least allow/parse return values from modules (see ec2_ami). Could allow this: ``` ruby task 'Copy something over' do result = foobar do src '/file1.conf' dest '/file2.conf' end...

enhancement

When an attribute is not found, the error message should alphabetize the available ones.

enhancement

Allow using rescue/always with blocks. Could maybe even do some trickery such that ruby's rescue/ensure methods can be used with an exception thrown behind the scenes to capture the rescue...

enhancement