Re: [ansible-project] Understanding the script module

2018-11-21 Thread Kai Stian Olstad
On Wednesday, 21 November 2018 16:19:44 CET Dimitri Yioulos wrote: > --- > > - hosts: all > > gather_facts: false > > any_errors_fatal: true > > tasks: > > - name: reload DAO > >local_action: script /etc/ansible/files/DAO_update.py {{ > > inventory_hostname }} > >registe

[ansible-project] Understanding the script module

2018-11-21 Thread Dimitri Yioulos
Hello, all. We have an occasional need to update a particular piece of a core business application across a number of Windows servers. The process involves a number of steps, most done via the application UI. It's tedious and time consuming so, of course, I've created a python script to do th