A GitHub Action for installing and configuring MAAS
- name: Setup MAAS
uses: canonical/setup-maas@main
- name: Setup MAAS
uses: canonical/setup-maas@main
with:
use-maasdb-dump: true
To add a new user, use the maas createadmin
command in the next step
- name: Create MAAS admin
run: sudo maas createadmin --username=admin --password=test [email protected]