[ansible-project] How to create a service on a windows 10 machine?

2016-04-08 Thread Sharwari Phadnis
I am trying to create a service of type kernel on a remote windows 10 machine from a linux ansible controller machine. To create a service I'm using *sc create* *type=kernel binpath=c:\path * command. Ansible playbook for creating a service: - hosts: windows tasks: - name: Create temp

[ansible-project] How to create a service on a windows 10 machine?

2016-04-08 Thread Sharwari Phadnis
I am trying to create a service of type kernel on a remote windows 10 machine from a linux ansible controller machine. To create a service I'm using *sc create* *type=kernel binpath=c:\path * command. Ansible playbook for creating a service: - hosts: windows tasks: - name: Create temp

[ansible-project] how to create a service on a windows 10 machine?

2016-04-08 Thread Sharwari Phadnis
I am trying to create a service of type kernel on a remote windows 10 machine from a linux ansible controller machine. To create a service I'm using *sc create* *type=kernel binpath=c:\path * command. Ansible playbook for creating a service: - hosts: windows tasks: - name: Create temp