Ansible/Yeti
From charlesreid1
Walkthrough of creating an Ansible playbook for yeti.
a) found pyenv playbook online. use this.
b) flailing with vagrant.
Setup
Before we start, we want to have the following:
- repository where our playbook will go (https://github.com/charlesreid1/dahak-yeti)
- Vagrantfile for running vagrant machines for testing our playbook
This page will cover the remainder, which consists of:
- Creating the playbook directory structure
- Utilizing existing roles on ansible galaxy
- Test playbook