Re: [ansible-project] Modifying local files while targeting a remote system

2017-11-07 Thread EspressoBeanies
Thanks Kai On Tuesday, November 7, 2017 at 2:19:48 PM UTC-5, Kai Stian Olstad wrote: > > On 07. nov. 2017 20:12, EspressoBeanies wrote: > > Is it possible to modify local files while targeting a remote system in > an > > Ansible YAML file? I'm trying to run an Ansible script on a remote >

Re: [ansible-project] Modifying local files while targeting a remote system

2017-11-07 Thread Kai Stian Olstad
On 07. nov. 2017 20:12, EspressoBeanies wrote: > Is it possible to modify local files while targeting a remote system in an > Ansible YAML file? I'm trying to run an Ansible script on a remote machine, > but when everything finishes on that remote machine, I'd like to move that > hostname from one

[ansible-project] Modifying local files while targeting a remote system

2017-11-07 Thread EspressoBeanies
Is it possible to modify local files while targeting a remote system in an Ansible YAML file? I'm trying to run an Ansible script on a remote machine, but when everything finishes on that remote machine, I'd like to move that hostname from one Ansible hosts file to another. Is it possible and