[ansible-devel] Create `GCE instance from a snapshot

2017-12-20 Thread vinod kumar
Hi, I'm looking for a way to create a gce instance from a snapshot using gce module, unable to find much details. Any help is appreciated Thanks, Vinod -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group and

[ansible-devel] Ansible startup performance & time spent loading in ConfigManager

2017-12-20 Thread hercules888
Hi all, I'm using ansible to deploy my home lab. It's running CentOS 7.4 AArch on a pine64 board, so it has a slow ARM cpu. Executing ansible is slow (10 sec without any playbook), and I started to look where time got spent. More than half of this time is lost parsing the base config yaml

Re: [ansible-devel] Iterate over inventory groups in parallel

2017-12-20 Thread Brian Coca
This should give you the beginning of what you need "{{groups["names"]|product(groups["places"])|map('join',':')|list}}" -- -- Brian Coca -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group and stop