CI molecule-docker tox Python Black Code Style LICENSE

provision workstation

Playbook to install standard tools I use on my workstations (Ubuntu and Mac)

Requirements

Ansible, you can install by running the command:

pip3 install -r requirements.txt

Provision

ansible-playbook --ask-become-pass -e user=$USER playbook.yaml

or if you wish to use one aspect of the roles you can use the appropriate tags, eg:

ansible-playbook --ask-become-pass -e user=$USER playbook.yaml --tags kubernetes

todo: tags are not properly set everywhere so may not work as selectors

Installs