/ansible-playbooks

Personal Ansible playbooks

Primary LanguageShell

#Personal Ansible Playbooks Build Status

Description

Ansible playbooks for fun and profit

Requirements

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

Testing

yamllint ./ -c ./.yamllint
flake8 ./

You can check the Travis configuration file for an example/more details.

Usage

To apply playbook workstation.yml, do

ansible-playbook workstation.yml

Please browse the root directory for a list of available playbooks