Hi Tony,
Does this example do what you want?
https://github.com/ostack/ansible-example/blob/d7849bf464399e5078a1fe7d79002a8710293fa8/playbooks/deploy.yaml
It basically starts with the add_hosts and then uses that as the basis for
executing nova_compute, etc. It is set to be serial in this exam
FYI
-
http://docs.openstack.org/api/openstack-compute/2/content/POST_multiple-create-v2_createServer__v2__tenant_id__servers_ext-os-multi-server-create.html
To get exact_count semantics, set min_count and max_count to the same
value. This is part of the public OpenStack API.
Cheers,
Bob
On F
Hey Kurt,
Do you happen to have a full example in a repo somewhere? I would be very
interested to check it out.
Thanks in advance,
Bob
On Thursday, 17 July 2014 10:19:40 UTC-4, Kurt Yoder wrote:
>
> I forgot to include a critical piece of this solution. Here's how you
> invoke the task to tel
Actually Rundeck has a resource model and a number of plugins associated
with it
http://rundeck.org/docs/administration/node-resource-sources.html
I should also mention that Rundeck is more than just a GUI. It can be used
completely in the shell. One benefit is has over AWX is that there is no
Something native to Ansible would be great. I can see this being generally
useful and a feature I'm certainly interested in.
--
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, se
Why not rename all plugins to os_* or openstack_*, including those of
keystone_*, nova_*? This avoids any future renames as well. I think it
might also aid newcomers like myself that use OpenStack, but aren't
familiar with the underlying components.
Cheers,
Bob
On Tuesday, 29 October 2013 21: