Skip to content

Releases: rundeck-plugins/ansible-plugin

3.1.1

19 Feb 06:35
ee626c1
Compare
Choose a tag to compare
  • delete temp/local copy of inline playbook after execution #267
  • Remove temporary variables file after execution #259

3.1.0

18 Nov 22:00
f0d4817
Compare
Choose a tag to compare
  • adding ssh-agent support (#257)
  • fix NullPointerException for #213 (#256)
  • Fix typo in privilege escalation descriptions (#250)

3.0.1

02 Apr 16:19
b90db80
Compare
Choose a tag to compare
  • add sshpass apt package to docker image (#235)

3.0.0

15 Mar 18:53
Compare
Choose a tag to compare

The supplied docker image is now bassed of the official Rundeck image. As this is a bit of a breaking change, the version was bumped to 3.0.0 - be sure to read the docker container guide!

2.5.2

13 Mar 18:29
c4c331b
Compare
Choose a tag to compare

update Docker container launch properties

2.5.1

07 Mar 06:47
d1233c4
Compare
Choose a tag to compare

Update Docker image.

2.5.0

16 Aug 06:23
2.5.0
d006be7
Compare
Choose a tag to compare

2.4.1

26 Jun 18:32
Compare
Choose a tag to compare

2.4.0

14 Mar 08:06
d5c793d
Compare
Choose a tag to compare

Ansible inventory generation from Rundeck nodes

  • added configuration option Generate inventory (ansible-generate-inventory)
  • generates Ansible inventory hosts with node attributes set
  • generates Ansible host groups by node osFamily attribute

Fixes #176 by adding disable-limit to workflow steps

09 Mar 17:06
115d10b
Compare
Choose a tag to compare

Adds disable-limit property to workflow steps to fix #176.
Changes default value to false (limit disabled by default).