Skip to content

Releases: neillturner/kitchen-ansible

0.0.37

23 Jan 19:59
Compare
Choose a tag to compare

require_ansible_source currently broken #126

0.0.36

29 Dec 12:23
Compare
Choose a tag to compare

Add ssh_known_hosts options #123

0.0.35

26 Dec 18:39
Compare
Choose a tag to compare

Removed needless install_epel_repo #122
fix private_key
Don't run idempotence test if one of task failed during first run #121
Refactor epel installation method #120
Update verifier section #119
Update README #118

0.0.34

22 Dec 16:00
Compare
Choose a tag to compare

ansible_host_key_checking option to bypass strict host key checking in ssh
private_key option to pass a private key
centos 7 repo install set correct repo by default.
require_ruby_for_busser option increase to ruby 2.0 and improve docs.
idempotency_test option #117 bborysenko
code refactoring thanks #111 #110 mheap
docs for new busser-ansiblespec

0.0.33

05 Dec 18:42
Compare
Choose a tag to compare

override ansible playbook command option
Skip generating the hosts file if the ansible inventory file is specified #105

0.0.32

24 Nov 13:08
Compare
Choose a tag to compare

Ansible provider will not copy a vault file whose name starts with a dot #104

0.0.31

16 Nov 15:45
Compare
Choose a tag to compare

Add a git rev option in source install #103

0.0.30

31 Oct 13:42
Compare
Choose a tag to compare

Add options for 'library' and 'callback_plugins' #102

0.0.29

27 Oct 11:08
Compare
Choose a tag to compare

Support custom ansible.cfg from root of your ansible repository
move role_path generated parameter to an environment variable

0.0.28

20 Oct 11:50
Compare
Choose a tag to compare

Ansiblespec support
Allow overriding of path where kitchen looks for ansible-playbook #99
Added six to the pip modules to install #97
documentation improvements