[ansible-project] Ansible Azure create VM with Java installed

2018-04-01 Thread Bubul Medhi
Hi, I am new to Ansible. I have two separate playbooks to create VM and Install Java on it. I am trying to create a single playbook which creates an VM with latest Java installed on it. Please help. Regards, Uday -- You received this message because you are subscribed to the Google Groups "A

[ansible-project] Re: Ansible Azure create VM with Java installed

2018-04-02 Thread Bubul Medhi
No reply :( On Monday, April 2, 2018 at 11:48:57 AM UTC+5:30, Bubul Medhi wrote: > > Hi, > > I am new to Ansible. I have two separate playbooks to create VM and > Install Java on it. > I am trying to create a single playbook which creates an VM with latest > Java install

[ansible-project] Create a Azure VM with static private IP

2018-04-12 Thread Bubul Medhi
Hi, using Ansible, I want to create a Ubuntu VM in Azure with static private IP, i.e a predefined IP. Pls help. -- 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

[ansible-project] Fetch the latest file only

2018-04-24 Thread Bubul Medhi
Hi, This is a simple ansible script to create a zip file with date and time. I want to fetch only the latest zip file to the destination server. How do I fetch only the latest file ? - hosts: all tasks: - name: Ansible zip the configuration directory archive: path: /home/admin/jbos