Just a though I had today.  I would like to make sure nobody ever runs 
ansible against our production servers unless explicitly called by server 
name or group name.  I want the servers/groups to be excluded from "all".  
Is this, or something like it valid?

all!prodenv

test1-apps
prod1-db

[nonprod]
test[01:20]-apps
test[01:5]-db

[prodenv]
prod[01:20]-apps
prod[01:5]-db

I am hoping for a quick way to prevent other uses (not using tower yet) 
from executing all and having it stop on any production servers on accident.

-- 
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/59606d45-0ff0-4266-b314-4040867391c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to