https://github.com/ansible/ansible/issues/6449 is still an issue in ansible 
1.9.3 as far as I can tell. A previous commenter said it was still existing 
on 1.8.4.  Here's my vars, inventory and playbook: 
http://dpaste.com/30GGFNH. I run it on the command line (OSX 10.10.5) with:

# ansible-playbook -i inventory/create/staging create-servers.yml 
--extra-vars "xgroup=groups.staging"

Note that I have to pass in `groups.staging` as an extra variable to get 
around the bug in question. This playbook creates 'preview01' on Linode and 
secures the server just fine. The goal is to be able to run this script 
against 'inventory/create/production' and have it create several servers 
under the 'production' group.

Once the servers are created, I can then run my provisioning playbooks, 
using the Linode dynamic inventory module.

Is there another way to do this, or am I doing things wrong?

Thanks, 
James

-- 
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 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/c7c73c77-bfd8-4bd8-84f3-1338ae04fbce%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to