Re: [ansible-project] Re: Quick question- how to run ansible playbook on Saturday night at 12 PM and save the output in amazon s3 bucket

2020-01-29 Thread naveen s
Hello , You can schedule a ansible playbook via ansible tower by using schedule option. By using this you can schedule the job when to run. Install aws Cli on your ansible master server and create aws credentials to communicate from ansible server to aws. Once the setup is done. If you already

Re: [ansible-project] How to pass information/variable while creating VM on esxxi server using Vmware_guest module

2020-01-10 Thread naveen s
Hello Rohan, it is always better to have the variables and its values in the group_vars section and pass them while executing the playbook. 1. created a reusable playbook (create a variable inside the playbook in which you want to pass it at the time of playbook execution). 2. create a