Ansible playbooks for fun and profit
Ansible must be available on your path. You can also install it using pip globally or to a virtualenv (recommended).
pip install -r requirements.txt
yamllint ./ -c ./.yamllint
flake8 ./
You can check the Travis configuration file for an example/more details.
To apply playbook workstation.yml, do
ansible-playbook workstation.yml
Please browse the root directory for a list of available playbooks