Setting up your development environment with Ansible
- fresh installed Ubuntu (out of scope)
- ansible >= 2.10.5
$ sudo apt update
$ sudo apt install software-properties-common
$ sudo apt-add-repository --yes --update ppa:ansible/ansible
$ sudo apt install ansible
$ ansible-playbook -K playbook.yml -i inventory/hosts.yml
- common ubuntu packages:
- jq
- vim
- htop
- curl
- wget
- cifs-utils
- OpenJDK 16
- Maven 3.8.1
- Docker
- Docker Compose
- Atom
- GIT
- TeamViewer
- ...