[ansible-project] Re: Looping Issue making me Loopy!

2015-01-28 Thread Evan Tahler
e: application_2 deployment_tasks: - { cmd: 'bundle exec rake thing:3', metadata: 'yay' } - { cmd: 'bundle exec rake thing:4', metadata: 'boo' } On Wednesday, January 28, 2015 at 10:43:27 AM UTC-8, Evan Tahler wrote: > > The data structu

[ansible-project] Re: Looping Issue making me Loopy!

2015-01-28 Thread Evan Tahler
#x27;, path: 'application_1' } > - { cmd: 'uptime', path: 'application_2' } > - { cmd: 'uptime', path: 'application_3' } > - { cmd: 'uptime', path: 'application_4' } > tasks: > - name: Run dev

[ansible-project] Looping Issue making me Loopy!

2015-01-27 Thread Evan Tahler
Hi All! I cannot sort out how to itterate though this loop properly: I have 2 data dictionaries: applications: - application_1 - application_2 and big_var_collection: application_1: deployment_tasks: - { cmd: 'bundle exec rake thing:1', metadata: 'yay' } - { cmd: 'bundl

[ansible-project] Re: GTID Mysql replication?

2014-12-21 Thread Evan Tahler
It would be great to have this baked in to the mysql replication module <http://docs.ansible.com/mysql_replication_module.html> On Sunday, December 21, 2014 4:45:21 PM UTC-8, Evan Tahler wrote: > > Here's how I implemented this using the command line mysql args: > > -

[ansible-project] Re: GTID Mysql replication?

2014-12-21 Thread Evan Tahler
PASSWORD='{{ mysql_replication_pass }}', MASTER_AUTO_POSITION=1; START SLAVE; \" " On Monday, December 15, 2014 10:07:23 PM UTC-8, Evan Tahler wrote: > > Hi! > > Is there any (planned) support for GTID-based replication > <http://dev.mysql.com

[ansible-project] GTID Mysql replication?

2014-12-17 Thread Evan Tahler
Hi! Is there any (planned) support for GTID-based replication in the mysql-replication package ? It looks like someone starte