This Ansible playbook sets up a MediaCT workstation.
Install the workspace with the following command:
bash -c "$(wget -O - https://raw.githubusercontent.com/mediact/ansible-workstation/master/install.sh)"
Install the required Ubuntu packages:
sudo apt update && sudo apt install -y ansible git python3-distutils sudo python3-apt aptitude
Run the following to set up a workstation:
git clone https://github.com/mediact/ansible-workstation
cd ansible-workstation
ansible-playbook --inventory 127.0.0.1, playbook.yml