Lines Matching +full:unit +full:- +full:addresses

1 .\" SPDX-License-Identifier: BSD-2-Clause
11 .Nd initialize a cloud-init environment
21 .Bl -tag -width "nuageinit"
26 .Bl -tag -width "OpenStack"
35 .Ar config-2
57 .Bl -bullet
81 .Bl -tag -width "config-2"
86 .Pa meta-data
91 .Va local-hostname
94 .It config-2
96 .Va config-2
103 .Bl -tag -width "public_keys"
115 .Bl -tag -width "public_keys"
126 .Pa user-data .
132 .Qq #!cloud-config ,
137 .Qq #!cloud-config
140 .Bl -tag -width "config-2"
154 .Bl -bullet
188 .Pa network-config
192 .Pa user-data Ns .
193 .Bl -tag -width "ethernets"
204 .Bl -tag -width "nameservers"
212 .Bl -tag -width "macaddress"
218 Lua pattern-matching expressions are supported.
220 Interface driver name and unit number of the interface.
221 Lua pattern-natching expressions
224 .It Ic set-name
234 The MTU key represents a device's Maximum Transmission Unit, the largest size packet
243 .Sy addresses
245 .It Ic addresses
246 List of strings representing IPv4 or IPv6 addresses.
250 .Sy addresses
258 .Sy addresses
267 .Bl -tag -width "addresses"
269 Search list for host-name lookup.
270 .It Ic addresses
271 List of IPv4 or IPv6 name server addresses that the resolver should query.
285 .Bl -tag -width "ssh_authorized_keys"
311 .Pa ${LOCALBASE}/etc/sudoers.d/90-nuageinit-users
326 .Bl -tag -width "expire"
331 .Bl -tag -width "password"
352 .Bl -tag -width "permissions"
385 .Bd -literal
386 #cloud-config
389 - default
390 - name: user
394 - ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAr...
396 - neovim
397 - git-lite
401 - logger -t nuageinit "boot finished"
404 -----BEGIN OPENSSH PRIVATE KEY-----
407 -----END OPENSSH PRIVATE KEY-----
408 ed25519_public: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK+MH4E8KO32N5CXRvXVqvyZVl0+6ue4DobdhU0FqFd+
412 addresses:
413 - 192.168.8.2/24
426 .Lk https://cloud-init.io/ Cloud Init