Setting up CI with Drone #1
72
README.md
72
README.md
@@ -93,29 +93,27 @@ The following resources are used by this module:
|
|||||||
|
|
||||||
The following input variables are required:
|
The following input variables are required:
|
||||||
|
|
||||||
### <a name="input_lawndale_dns_key_secret"></a> [lawndale\_dns\_key\_secret](#input\_lawndale\_dns\_key\_secret)
|
|
||||||
|
|
||||||
Description: DNSSEC key to use sigining the NSUPDATE queries for Lawndale
|
|
||||||
|
|
||||||
Type: `string`
|
|
||||||
|
|
||||||
### <a name="input_lawndale_dns_port"></a> [lawndale\_dns\_port](#input\_lawndale\_dns\_port)
|
|
||||||
|
|
||||||
Description: Port where the lawndale internal DNS server listens on
|
|
||||||
|
|
||||||
Type: `number`
|
|
||||||
|
|
||||||
## Optional Inputs
|
|
||||||
|
|
||||||
The following input variables are optional (have default values):
|
|
||||||
|
|
||||||
### <a name="input_lawndale_dns_host"></a> [lawndale\_dns\_host](#input\_lawndale\_dns\_host)
|
### <a name="input_lawndale_dns_host"></a> [lawndale\_dns\_host](#input\_lawndale\_dns\_host)
|
||||||
|
|
||||||
Description: Address to reach lawndale internal DNS server
|
Description: Address to reach lawndale internal DNS server
|
||||||
|
|
||||||
Type: `string`
|
Type: `string`
|
||||||
|
|
||||||
Default: `"lawndale-hyper"`
|
### <a name="input_lawndale_dns_key_secret"></a> [lawndale\_dns\_key\_secret](#input\_lawndale\_dns\_key\_secret)
|
||||||
|
|
||||||
|
Description: DNSSEC key to use sigining the NSUPDATE queries for Lawndale
|
||||||
|
|
||||||
|
Type: `string`
|
||||||
|
|
||||||
|
### <a name="input_lawndale_libvirt_uri_transport"></a> [lawndale\_libvirt\_uri\_transport](#input\_lawndale\_libvirt\_uri\_transport)
|
||||||
|
|
||||||
|
Description: Transport protocol (could be ssh or tls) to dial Lawndale hypervisor
|
||||||
|
|
||||||
|
Type: `string`
|
||||||
|
|
||||||
|
## Optional Inputs
|
||||||
|
|
||||||
|
The following input variables are optional (have default values):
|
||||||
|
|
||||||
### <a name="input_lawndale_dns_key_algorithm"></a> [lawndale\_dns\_key\_algorithm](#input\_lawndale\_dns\_key\_algorithm)
|
### <a name="input_lawndale_dns_key_algorithm"></a> [lawndale\_dns\_key\_algorithm](#input\_lawndale\_dns\_key\_algorithm)
|
||||||
|
|
||||||
@@ -125,6 +123,14 @@ Type: `string`
|
|||||||
|
|
||||||
Default: `"hmac-sha256"`
|
Default: `"hmac-sha256"`
|
||||||
|
|
||||||
|
### <a name="input_lawndale_dns_port"></a> [lawndale\_dns\_port](#input\_lawndale\_dns\_port)
|
||||||
|
|
||||||
|
Description: Port where the lawndale internal DNS server listens on
|
||||||
|
|
||||||
|
Type: `number`
|
||||||
|
|
||||||
|
Default: `53`
|
||||||
|
|
||||||
### <a name="input_lawndale_dns_transport"></a> [lawndale\_dns\_transport](#input\_lawndale\_dns\_transport)
|
### <a name="input_lawndale_dns_transport"></a> [lawndale\_dns\_transport](#input\_lawndale\_dns\_transport)
|
||||||
|
|
||||||
Description: Port where the lawndale internal DNS server listens on
|
Description: Port where the lawndale internal DNS server listens on
|
||||||
@@ -133,6 +139,38 @@ Type: `string`
|
|||||||
|
|
||||||
Default: `"udp"`
|
Default: `"udp"`
|
||||||
|
|
||||||
|
### <a name="input_lawndale_libvirt_uri"></a> [lawndale\_libvirt\_uri](#input\_lawndale\_libvirt\_uri)
|
||||||
|
|
||||||
|
Description: Libvirt URI to use accessing Lawndale hypervisor
|
||||||
|
|
||||||
|
Type: `string`
|
||||||
|
|
||||||
|
Default: `null`
|
||||||
|
|
||||||
|
### <a name="input_lawndale_libvirt_uri_extra"></a> [lawndale\_libvirt\_uri\_extra](#input\_lawndale\_libvirt\_uri\_extra)
|
||||||
|
|
||||||
|
Description: Libvirt URI extra parameters [https://libvirt.org/uri.html#transport-configuration](See Libvirt transport configuration)
|
||||||
|
|
||||||
|
Type: `map(any)`
|
||||||
|
|
||||||
|
Default: `{}`
|
||||||
|
|
||||||
|
### <a name="input_lawndale_libvirt_uri_path"></a> [lawndale\_libvirt\_uri\_path](#input\_lawndale\_libvirt\_uri\_path)
|
||||||
|
|
||||||
|
Description: Libvirt URI path sent to the libvirt daemon
|
||||||
|
|
||||||
|
Type: `string`
|
||||||
|
|
||||||
|
Default: `"/system"`
|
||||||
|
|
||||||
|
### <a name="input_lawndale_libvirt_uri_userhostport"></a> [lawndale\_libvirt\_uri\_userhostport](#input\_lawndale\_libvirt\_uri\_userhostport)
|
||||||
|
|
||||||
|
Description: Libvirt URI username, hostname or ip address, and port to reach lawndale hypervisor, in the format of `[username@]<hostname>[:port]`
|
||||||
|
|
||||||
|
Type: `string`
|
||||||
|
|
||||||
|
Default: `"lawndale-hyper"`
|
||||||
|
|
||||||
## Outputs
|
## Outputs
|
||||||
|
|
||||||
No outputs.
|
No outputs.
|
||||||
|
|||||||
Reference in New Issue
Block a user