https://maas.io/docs/how-to-deploy-machines-with-maas
./maas-run-scripts register-machine --hostname mymachine \
> http://$MAAS_IP:5240/MAAS $MAAS_API_TOKEN
This command seems weird.
https://maas.io/docs/how-to-deploy-machines-with-maas
./maas-run-scripts register-machine --hostname mymachine \
> http://$MAAS_IP:5240/MAAS $MAAS_API_TOKEN
This command seems weird.
Hey @maasuser1 , why?
The pipeline operator >
here seems weird
You can edit the docs and our doc writer will apProve them