zoidy_mintyfresh
An Ansible role to install packages specific to one Developer's Linux Mint 19 ‘Tara’ (Ubuntu 18.04) - MATE development machine.
Requirements
A fresh install of Mint.
Example Playbook
It's simple to run the role from a playbook:
- hosts: servers roles: - role: zoidy_mintyfresh
This role needs to become root
to install packages,
so add -K
to be prompted for the password.:
ansible-playbook path/to/site.yml -K
If you want to restrict what's installed to a specific group, use tags, e.g.,:
ansible-playbook path/to/site.yml -K --tags install-develop-vim