[ansible-project] ERROR! 'win_updates' is not a valid attribute for a Play. Pls suggest

2018-10-13 Thread Abhishek Mishra
ERROR! 'win_updates' is not a valid attribute for a Play My yaml file - name: "Install all security updates with automatic reboots" win_updates: category_names: - SecurityUpdates reboot: true ERROR msg while running [asadmin@ansible Playbook]$ ansible-playbook

[ansible-project] Re: open command line installer by playbook

2018-10-13 Thread Varun Chopra
If you can do it through a shell script, you can use the same script in Ansible. On Saturday, October 13, 2018 at 2:57:57 PM UTC+5:30, aakanks...@webdunia.net wrote: > > Hello, > > I have software, where I need to run ./install.bin command as a output it > open a command line installer to

[ansible-project] YAML line breaks (newlines) when performing lookups of files or templates

2018-10-13 Thread Dmitriy Panteleyev
I've been banging my head against this for two days. Maybe I'm missing something. When fetching a YAML file or template with lookup function, all the newlines are not preserved, but converted to '\n'. This does not happen for other file types (like json). Is this the expected behavior? Is

[ansible-project] Packer to automate windows builds with Ansible

2018-10-13 Thread Rahamath Ulla
Hello, i am trying to autonate windiws server build with Packer and virtual box. While using ansible provisioner in packer, how amd where to mention the ip address of newly launched VM in virtual box. I read that ansible will generate host file dynamically but its not wirking. If anyone has

[ansible-project] open command line installer by playbook

2018-10-13 Thread aakanksha . jain
Hello, I have software, where I need to run ./install.bin command as a output it open a command line installer to provide requested value of variables. How can I achieve this by ansible playbook. -- You received this message because you are subscribed to the Google Groups "Ansible Project"

[ansible-project] Re: WINRM CONNECTION ERROR: the specified credentials were rejected by the server

2018-10-13 Thread Johar K. Kwan
Thank you Jordan! I managed connect using Kerberos instead of using ssl. For ssl connection I think i need to create self signed cert as mention here http://www.hurryupandwait.io/blog/understanding-and-troubleshooting-winrm-connection-and-authentication-a-thrill-seekers-guide-to-adventure.