Skip to content

Instantly share code, notes, and snippets.

@lukasz-zaroda
Created February 12, 2023 19:25
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 lukasz-zaroda/3e3295cfd3d0168a998a01dafa5ea8ed to your computer and use it in GitHub Desktop.
Save lukasz-zaroda/3e3295cfd3d0168a998a01dafa5ea8ed to your computer and use it in GitHub Desktop.
config show <instance> --expanded
architecture: x86_64
config:
image.architecture: amd64
image.description: Almalinux 9 amd64 (20230205_23:08)
image.os: Almalinux
image.release: "9"
image.serial: "20230205_23:08"
image.type: squashfs
image.variant: cloud
limits.cpu: "1"
limits.memory: 2GB
user.network-config: |
version: 2
ethernets:
eth0:
dhcp4: no
dhcp6: no
gateway4: 188[redacted]
addresses:
- 188[redacted]/32
nameservers:
addresses:
- 8.8.8.8
- 8.8.4.4
search: []
routes:
- to: 0.0.0.0/0
via: 169.254.0.1
on-link: true
user.user-data: |
#cloud-config
users:
- name: luken
gecos: ''
primary_group: luken
groups: "sudo"
shell: /bin/bash
sudo: ALL=(ALL) NOPASSWD:ALL
ssh_authorized_keys:
- [redacted]
package_update: true
package_upgrade: true
packages:
- openssh-server
volatile.base_image: 17423777e4df6cad284f52ec860126bc36ced144666568c7090b8992da029e4f
volatile.cloud-init.instance-id: f58a0819-858c-4b43-b5d9-e8f36220a99d
volatile.eth0.host_name: veth3a37a74d
volatile.eth0.hwaddr: 00:16:3e:b2:dc:a2
volatile.eth0.name: eth0
volatile.idmap.base: "0"
volatile.idmap.current: '[{"Isuid":true,"Isgid":false,"Hostid":1000000,"Nsid":0,"Maprange":1000000000},{"Isuid":false,"Isgid":true,"Hostid":1000000,"Nsid":0,"Maprange":1000000000}]'
volatile.idmap.next: '[{"Isuid":true,"Isgid":false,"Hostid":1000000,"Nsid":0,"Maprange":1000000000},{"Isuid":false,"Isgid":true,"Hostid":1000000,"Nsid":0,"Maprange":1000000000}]'
volatile.last_state.idmap: '[{"Isuid":true,"Isgid":false,"Hostid":1000000,"Nsid":0,"Maprange":1000000000},{"Isuid":false,"Isgid":true,"Hostid":1000000,"Nsid":0,"Maprange":1000000000}]'
volatile.last_state.power: RUNNING
volatile.last_state.ready: "false"
volatile.uuid: 547fe57b-02b8-422c-870f-f23abe111f30
devices:
eth0:
ipv4.address: 188[redacted]
nictype: routed
parent: enp1s0f0
type: nic
root:
path: /
pool: default
type: disk
ephemeral: false
profiles:
- default
- [redacted]
stateful: false
description: ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment