/ubuntu-workstation

Ansible playbook to setup Ubuntu workstation

Primary LanguageMako

Ubuntu Workstation

This playbook configure typical workstation on Ubuntu

If you configure localhost you need install ansible & git before. Ansible should be at least 2.1 so in 16.04 you need install it by pip

sudo apt-get install git ansible python3-pip
ansible-galaxy collection install community.general
git clone https://github.com/alet/ubuntu-workstation.git/
cd ubuntu-workstation
ansible-playbook --ask-become-pass -c local -i 'SHORT_HOSTNAME,' site.yml

Note: textract will be installed in home directory There was issue with nmcli module (make bridge in virt role): ansible/ansible#58115