[ansible-project] calling dynamic datas frequently in the playbook

2019-04-21 Thread John Foley
I am in a similar boat. I ended up using a series of set_facts to dynamically shape the VMware variables depending on the requirements for a given machine. -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and

[ansible-project] Re: vmware delete old snapshot

2019-02-28 Thread John Foley
Just delete them all :) Having a slew of snapshots of bad business anyway. On Thursday, February 28, 2019 at 2:15:02 AM UTC-5, itfor...@gmail.com wrote: > > Hi all, > > May I ask how do you handle deleting old snapshots in vmware? > > vmware_guest_snapshot module seems to be based on the name

Re: [ansible-project] error when installing apache on ubuntu - Please help

2018-11-26 Thread John Foley
First off, it looks like you have a sudo problem. Either you need to configure passwordless sudo on the target marchine, or you need to add a -K to the ansible-playbook command to have it prompt for the become password. Also, you are using the yum module for what you say is a Ubuntu host. You