Re: [ansible-project] ansible and windows bastion server

2020-09-22 Thread Mauro Ferrigno
Hello, If bastion host are using winrm I suppose you need to setup a proxy_connection ( on bastion host) to forward requests to the windows hosts in the private network On bastion linux you can do this using nginx but I don't know how to achive the same result on windows bastion Il Mar 22 Set

Re: [ansible-project] How to download a s3 folder using playbook

2020-09-09 Thread Mauro Ferrigno
Hello, I used aws_s3 and file module to pull s3 bucket to local with folders and subfolders and files related, but please next time show your stuff and ask where you are in stuck - name: get s3_bucket_items aws_s3: mode: list bucket: "{{ automation_bucket }}" register: s3_bucket_items - name:

Re: [ansible-project] Aws Workspaces module missed

2019-08-29 Thread Mauro Ferrigno
Tnks for the answer I'm wondering if make sense to create a module for that and maybe can I try to do that. Il giorno giovedì 29 agosto 2019 10:20:16 UTC+2, Dick Visser ha scritto: > > Correct, there is no ansible module to do that. > > On Thu, 29 Aug 2019 at 09:25, Mauro Ferri

[ansible-project] Aws Workspaces module missed

2019-08-29 Thread Mauro Ferrigno
Hi @all, I need to mantain workspaces on aws but I didn't find module to manage that, I missed something? So I can wrap aws cli client to manage workspaces on aws but I prefer to use module if possible, can someone give me some helps Tnks Mauro. -- You received this message because you