Hi,

I have a role that does everything to standup a server on aws - create a 
network and provision a VM. But sometimes I only want to run only the part 
that deploys a new server.

Currently I simple include these sub-tasks in a playbook, which I don't 
really like:

  tasks:
    # should be called as a role, but only parts of it ...
  - include: aws/tasks/provision-net.yml
  - include: aws/tasks/provision-vm.yml

thanks

Peter

-- 
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/31210552-7e29-4175-938c-412f2ddeb2ff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to