Document :& host notation and using variables with hosts
This commit is contained in:
parent
aebacdb2d7
commit
44084a83a4
1 changed files with 13 additions and 1 deletions
|
@ -95,6 +95,18 @@ You can exclude groups as well, for instance, all webservers not in Phoenix::
|
||||||
|
|
||||||
webservers:!phoenix
|
webservers:!phoenix
|
||||||
|
|
||||||
|
You can also specify the intersection of two groups::
|
||||||
|
|
||||||
|
webservers:&staging
|
||||||
|
|
||||||
|
You can do combinations::
|
||||||
|
|
||||||
|
webservers:dbservers:!phoenix:&staging
|
||||||
|
|
||||||
|
You can also use variables::
|
||||||
|
|
||||||
|
webservers:!$excluded:&$required
|
||||||
|
|
||||||
Individual host names (or IPs), but not groups, can also be referenced using
|
Individual host names (or IPs), but not groups, can also be referenced using
|
||||||
wildcards::
|
wildcards::
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue