ahelal / kitchen-ansiblepush

test-kitchen plugin to use ansible in push mode
41 stars 22 forks source link

supports windows os which built by kitchen-ec2 #40

Closed kongou-ae closed 7 years ago

kongou-ae commented 7 years ago

This PR solves following problems. By these problems, ansiblepush don't connect to windows server which built by kitchen-ec2.

  1. The password of windows(ansible_ssh_pass) is not included in ansiblepushhost#{machine_name}.yml.
  2. The number of port(ansible_ssh_port) which uses to connect by winrm is not included in ansiblepushhost#{machine_name}.yml.
  3. ansible_connection: winrm is not included ansiblepushhost#{machine_name}.yml.
ahelal commented 7 years ago

@kongou-ae thank you for the PR will test your PR and get back to you

ahelal commented 7 years ago

@kongou-ae thank you