/zoidy_mintyfresh

An Ansible role to install one developer's collection of distro packages on Linux Mint

Primary LanguageJinjaGNU General Public License v3.0GPL-3.0

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

License

GPLv3