Make knife discoverer configurable
Đang mở
- Ngôn ngữ chính
- Go
- Star
- 17
- Fork
- 4
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
The goal is something like
``` lisp
(knife
(host "automatic.cloud_v2.public_hostname" "automatic.fqdn")
(ip "automatic.cloud_v2.public_ipv4" "automatic.cloud_v2.public_ipv6" "automatic.ipaddress"))
```
which would
- Set `Target.Host` to the first set, non-empty value of `automatic.cloud_v2.public_hostname`, and `automatic.fqdn`
- Set `Target.IP` to the first set, non-empty value of `automatic.cloud_v2.public_ipv4`, `"automatic.cloud_v2.public_ipv6`, and `automatic.ipaddress`
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.