Re: [ansible-project] Is it possible to created a numbered list from a with_sequence loop?

2015-02-04 Thread Chris Church
with_indexed_items - http://docs.ansible.com/playbooks_loops.html#looping-over-a-list-with-an-index On Wed, Feb 4, 2015 at 12:54 PM, wrote: > I'm attempting to create a playbook for zookeeper. The playbook is > designed as a part of a role which is deployed after an AWS provisioning > takes pla

[ansible-project] Is it possible to created a numbered list from a with_sequence loop?

2015-02-04 Thread doug
I'm attempting to create a playbook for zookeeper. The playbook is designed as a part of a role which is deployed after an AWS provisioning takes place. Due to the configuration of zookeeper, each host requires a zookeeper id (myid). This id is unique to each host in your cluster and must be ap