Re: [ansible-project] Re: Ansible 2.9.4 not considering/ honouring ansible_winrm_server_cert_validation=ignore flag.

2020-02-05 Thread John Roh
pywirnm==0.4.0 included the fix for ansible_winrm_server_cert_validation=ignore. I'm currently using pywinrm=0.4.0 on my dockerfile. On Wed, Feb 5, 2020 at 1:26 AM Bhushan Gholave wrote: > I see there is possibility of issue with pywinrm > https://github.com/diyan/pywinrm/issues/201 > looks simi

Re: [ansible-project] ansible-playbook 2.7.10 + Packer + winrm + windows 2012r2 ssl: HTTPSConnectionPool(host='localhost', port=5986): Max retries exceeded with url: /wsman

2020-01-29 Thread John Roh
I have figured this out now that it works with packer 1.5.2-dev (will be released) and ansible 2.7.16. On Wed, Jan 29, 2020 at 3:00 PM John Roh wrote: > Hi I'm trying to build Windows 2012r2 ec2 windows AMI that I can > provisioned Powershell over winrm but I'm getting SSL ex

[ansible-project] ansible-playbook 2.7.10 + Packer + winrm + windows 2012r2 ssl: HTTPSConnectionPool(host='localhost', port=5986): Max retries exceeded with url: /wsman

2020-01-29 Thread John Roh
Hi I'm trying to build Windows 2012r2 ec2 windows AMI that I can provisioned Powershell over winrm but I'm getting SSL exception error as below. Running Ansible playbook ping verified and win command getting the hostname, however, running local command to get the hostname fails. ssl: HTTPSCon

Re: [ansible-project] ec2_vol and windows hosts

2018-08-26 Thread John Roh
Have you used to packer to build an AMI? I use packer option to build and to attach ec2 volumes, https://www.packer.io/docs/builders/amazon-ebs.html#ami_block_device_mappings . John. On Sun, Aug 26, 2018 at 10:38 AM Bruce Affonso wrote: > Hi, > > I know how to use ec2_vol to mount a drive to a

Re: [ansible-project] WinRM Connection Error

2018-08-07 Thread John Roh
I have the same issue that I rolled back to 2.4.1. I have updated the packer.py for the connection_plugsins from github and updated win_udpates from the github, both didn't worked at all. However, 2.4.1, I was able to create ami without having the winrm timeout along with packer v1.2.3. Good luck.

Re: [ansible-project] Code to attach an EBS volume during provisioning with CMK

2018-08-07 Thread John Roh
you mean, KMS encryption? If so, I put the packer code in the different threads. On Tue, Aug 7, 2018 at 2:24 PM, wrote: > Has anyone provisioned an EC2 instance and EBS volumes using CMK? > > -- > You received this message because you are subscribed to the Google Groups > "Ansible Project" group