evanpurkhiser / ansible-personal

Personal ansible playbooks and modules for managing my machines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Evan Purkhiser's Ansible Playbooks

Build Status

These are my personal playbooks for configurating my machines.

Installing Galaxy roles

There are some additional non-core roles that need installed

ansible-galaxy install -r requirements.yml

Base Image Bootstrapping

  • All machines must be bootstrapped with python 3.x before being provisioned with any of these playbooks.

  • A SSH key should be added to /root/.ssh/authorized_keys. All playbooks included here make the assumption they are being executed as root.

About

Personal ansible playbooks and modules for managing my machines

License:MIT License


Languages

Language:Shell 100.0%