Re: [ansible-project] ansible and windows laptops on corporate and wan networks

2019-09-09 Thread Kai Stian Olstad
On 09.09.2019 22:08, Seth Daemen wrote: > Windows does not have cron. The equivalent to cron is task scheduler. > Is Ansible pull available for Windows? Yeh, I missed the whole Windows part, ansible-pull doesn't work in Windows. -- Kai Stian Olstad -- You received this message because you

Re: [ansible-project] ansible and windows laptops on corporate and wan networks

2019-09-09 Thread Seth Daemen
Windows does not have cron. Is Ansible pull available for Windows? -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to ansible-project+unsubscr...@googlegroups.co

Re: [ansible-project] ansible and windows laptops on corporate and wan networks

2019-09-09 Thread Jonathan Lozada De La Matta
You can also use AWX and use the callback provision or have a crob that sends an API call in a specific time to do X. On Mon, Sep 9, 2019 at 9:38 AM Kai Stian Olstad < ansible-project+l...@olstad.com> wrote: > On 09.09.2019 13:04, Seth Daemen wrote: > > We use Ansible to manage a lot of windows s

Re: [ansible-project] ansible and windows laptops on corporate and wan networks

2019-09-09 Thread Kai Stian Olstad
On 09.09.2019 13:04, Seth Daemen wrote: We use Ansible to manage a lot of windows servers, which works well. Now we have also some laptops we want to manage. when theay are on the corporate network this works fine. But how can we make connection when they are on a public network, beacause ansi

[ansible-project] ansible and windows laptops on corporate and wan networks

2019-09-09 Thread Seth Daemen
We use Ansible to manage a lot of windows servers, which works well. Now we have also some laptops we want to manage. when theay are on the corporate network this works fine. But how can we make connection when they are on a public network, beacause ansible does not have an agent. -- You rec