Hi,

I have servers that are organized into environment (such as staging, 
production, test, etc.) and into function (www, db, etc)

My idea was to have a group 'production' with a list of servers, and a 
group www with a list of servers. Just like this:


    production:
      hosts:
        servera
        serverb
    
    test:
      hosts:
        serverc
        serverd
    
    www:
      hosts:
        servera
        serverb
        serverc
        serverd

Not I want something like
    ansible-playbook --limit production,www 

and I want it applied only to servera and serverb. Not sure how to get 
there. Can anyone give a hint?

Kind regards,
Sascha

-- 
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 ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/0221cb0a-8b85-478d-b55b-615799542735%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to