Lines Matching +full:data +full:- +full:width
1 .\" SPDX-License-Identifier: BSD-2-Clause
11 .Nd initialize a cloud-init environment
21 .Bl -tag -width "nuageinit"
24 the configuration data accordingly.
26 .Bl -tag -width "OpenStack"
29 with the configuration data on it.
35 .Ar config-2
57 .Bl -bullet
81 .Bl -tag -width "config-2"
83 If the data is provided via a disk labelled
86 .Pa meta-data
91 .Va local-hostname
94 .It config-2
95 If the data is provided via a disk labelled
96 .Va config-2
103 .Bl -tag -width "public_keys"
115 .Bl -tag -width "public_keys"
123 Along with the metadata, a user data file is provided, either named
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.
221 Lua pattern-natching expressions
224 .It Ic set-name
267 .Bl -tag -width "addresses"
269 Search list for host-name lookup.
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+
413 - 192.168.8.2/24
426 .Lk https://cloud-init.io/ Cloud Init