This repo contains ansible scripts that can be used to install/configure various tools in crostini.
This module will setup a repo and install the latest version of Ansible.
apt-get update
apt-get install -y ansible
ansible-playbook upgrade-ansible.yml
This module will setup the docker repo and install docker.
apt-get update
apt-get install -y ansible
ansible-playbook docker.yml
This module will compile simple terminal with the anysize, bold-is-not-bright, and boxdraw patches. You can configure the version of font and font size by editing vars/st.yml.
apt-get update
apt-get install -y ansible
ansible-playbook st.yml
This module will install vscode insiders edition, golang, and update your debian installation from stretch to buster. If you only want it to do some of these tasks then you can edit vscode.yml and delete the tasks you do not want.
apt-get update
apt-get install -y ansible
ansible-playbook vscode.yml