- Install ansible, probably using pip.
- Clone this repo
- Update
hosts.ymlwith your own hostname and username- Make sure you're not required to key in password manually when connecting to the server via ssh
- Update the
workspacevariable inqemu.ymlif needed. It's value is/tmp/<username>by default. - Run
ansible-playbook -i hosts.yml qemu.yml
Note: It's expected to see some fatal errors during execution. Do check if the last message is a success. If so, there shoule be an instruction to set PATH.