You can add a tag to a whole role like this:

- hosts: servers
  roles:
    - { role: 'common', tags: 'common' }
    - { role: 'nginx', tags: 'nginx' }
    - { role: 'php-fpm', tags: 'php-fpm' }




On Wednesday, May 7, 2014 1:14:47 PM UTC+2, rod naph wrote:
>
> Hi
>
> I'm reasonably new to Ansible (about 6 months usage) and have just started 
> looking into how I could best make use of the tagging functionality. At the 
> moment I usually only add tags when I need to run something as a one-off, 
> so create a throwaway tag called 'foo', run the playbook and then remove 
> the tag.
>
> When I first looked into tags I was expecting to be able to do it by role, 
> but as tagging is only by task it seems to me at the moment I'd have to add 
> lots of tags (as I have lots of tasks) - and was worried about this 
> becoming a complete mess.
>
> Is anyone able to share/link any tips or tricks for how they use tags, or 
> strategies for how they can best be managed and maintained.
>
> Thanks!
>

-- 
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/a7caeeda-6e7b-4cf7-8c8c-a75096f87e5c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to