Bonjour, 

je voulais savoir si il été possible d'utiliser le tag  pour faire ça : 

jouer sur un Host des taches tagué d'un rôle  et sur un autre Host jouer 
d'autres taches tagué du même rôle :

- hosts: nimbus
  roles:
    - { role: storm, tags: ["configuration", "nimbus", "ui"] }
- hosts: supervisor
  roles:
    - { role: storm, tags: ["configuration", "supervisor"] }

en gros sur les hosts du groupe nimbus jouer les taches du rôle storm qui 
ont le tag configuration, nimbus et ui 
et sur les hosts du groupe supervisor les taches du même rôle storm mais 
qui ont le tag configuration et supervisor.

si quelqu'un a une solution ? 

merci 




------------------------------------------------------------------------------------------------------------------------------------------------------------------

hello,

i want know if it possible to use the tag to do this :

play on a host, tag's tasks of a role  and on another host play other tag's 
task of a same role : 


- hosts: nimbus
  roles:
    - { role: storm, tags: ["configuration", "nimbus", "ui"] }
- hosts: supervisor
  roles:
    - { role: storm, tags: ["configuration", "supervisor"] }


on the group hosts nimbus  play the tag's tasks  ( configuration , nimbus, 
ui)  of storm role
and on the group hosts supervisor play the tag's tasks ( configuration, 
supervisor) of the same storm role

if anyone has a solution ? 


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/a117fca9-4ef0-400c-9aea-ad706d3f8083%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to