[ansible-project] Re: fatal: [localhost]: FAILED! when installing IIS on Windows Server 2016 ec2

2017-11-07 Thread Akim Grudzitsky
OMG! Guys, thank you SO much!!! I appreciate your help. On Tuesday, November 7, 2017 at 3:00:48 PM UTC-5, Jordan Borean wrote: > > As Jon is saying you are trying to run the win_feature module on localhost > and not the newly provisioned EC2 server. Here is a very mock playbook that > you need

[ansible-project] Re: fatal: [localhost]: FAILED! when installing IIS on Windows Server 2016 ec2

2017-11-07 Thread Akim Grudzitsky
er is a pretty big feature and I have seen > it take nearly 5 minutes to install (on s2012r2) so given your t2.micro > instance is 1 cpu it may take a while to complete. > > Hope this helps, > > Jon > > > > > > On Monday, November 6, 2017 at 11:31:09 PM UTC, Aki

[ansible-project] Re: fatal: [localhost]: FAILED! when installing IIS on Windows Server 2016 ec2

2017-11-06 Thread Akim Grudzitsky
I updated the playbook. I added a second play to target the new Windows host and some further steps after the ec2 module to add the new host to the inventory. However, I'm still getting the same error. The task is failing. *Updated Playbook:* --- # EC2 MODULE - PROVISIONING EXAMPLE - hosts:

[ansible-project] fatal: [localhost]: FAILED! when installing IIS on Windows Server 2016 ec2

2017-11-02 Thread Akim Grudzitsky
I'm trying to install IIS server on the ec2 instance with Windows in AWS. But getting an error: fatal: [localhost]: FAILED! => { "changed": false, "failed": true, "module_stderr": "", "module_stdout": "", "msg": "MODULE FAILURE", "rc": 0 } Playbook: --- # Install