Skip to content

Instantly share code, notes, and snippets.

@igalic
Created December 13, 2020 19:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igalic/897c034810af50982864d22f38d8f23a to your computer and use it in GitHub Desktop.
Save igalic/897c034810af50982864d22f38d8f23a to your computer and use it in GitHub Desktop.
meena@fbsd12-pkgbase-hel ~> sudo cloud-id
none
meena@fbsd12-pkgbase-hel ~> cat /usr/local/etc/cloud/cloud.cfg.d/01_datasources.cfg
datasource_list: [ Hetzner, None ]
meena@fbsd12-pkgbase-hel ~> sudo cloud-init query ds
{
"_doc": "EXPERIMENTAL: The structure and format of content scoped under the 'ds' key may change in subsequent releases of cloud-init.",
"meta_data": {}
}
meena@fbsd12-pkgbase-hel ~> sudo cloud-init --debug query ds
usage: /usr/local/bin/cloud-init [-h] [--version] [--file FILES] [--debug]
[--force]
{init,modules,single,query,dhclient-hook,features,analyze,devel,collect-logs,clean,status}
...
/usr/local/bin/cloud-init: error: unrecognized arguments: ds
meena@fbsd12-pkgbase-hel ~ [2]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment