Installation
Assuming all the requirements are met:
-
Launch Ubuntu terminal (if using WSL - ensure it is running with
systemd
, see manual setup) -
Download the project - see Download
-
Go to downloaded directory:
cd ~/proveasio
-
Create file
ansible/vars/overrides.yml
- set desired GIT config name and e-mail. Seeansible/vars/README.md
for more examplesgit:
name: James
mail: james.doe@hell.no -
Run
sudo ~/proveasio/prepare-ubuntu.sh
(if not already run during windows setup) to update the system and install required python and ansible packages -
Reload your terminal (close and open again)
-
Run ansible:
cd ~/proveasio/ansible; ansible-playbook -i inventory.yml setup-ubuntu.yml -K
-
After successful installation (green summary of versions installed), reload you terminal.
If either the preparation or installation steps are failing for you (#4 or #6), please see Troubleshooting section. If there is no answer for your problem, please create an Issue in Github.