Skip to content

Instantly share code, notes, and snippets.

@msmarcal
Last active September 4, 2025 12:53
Show Gist options
  • Select an option

  • Save msmarcal/4b76a0f203162a26de5272865524e296 to your computer and use it in GitHub Desktop.

Select an option

Save msmarcal/4b76a0f203162a26de5272865524e296 to your computer and use it in GitHub Desktop.
Get all machines IP addresses from MAAS
#!/bin/bash
maas root machines read | jq -r '.[] | "| \(.fqdn) | \(.ip_addresses | join(" | "))"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment