Last active
September 4, 2025 12:53
-
-
Save msmarcal/4b76a0f203162a26de5272865524e296 to your computer and use it in GitHub Desktop.
Get all machines IP addresses from MAAS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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