Feature #633
Filter out SSH hosts
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | master | Spent time: | - | |
| Target version: | 0.3 | |||
| Resolution: | fixed | Version: | ||
| Trac ticket ID: | 27 |
Description
Add a function which adds host names or IP to be declared as localhost. Those hosts will not be SSHed to, but the slave will rather be run locally.
add_local_addr("10.10.10.80")
add_local_addr("plank")
History
Updated by Alexandre Quessy over 3 years ago
- Status changed from New to Closed
- Resolution set to fixed
Added in 0.2.3:
add_local_address(addr_or_hostname) clear_local_addresses()