dphiffer / ansible

server caregiving

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ansible

server caregiving

Setup

python -m venv env
source env/bin/activate
pip install --upgrade pip
pip install -r requirements.txt

Base install

Each machine has some configuration done prior to ansible touching it.

Running

ansible-playbook -i inventory.yml playbook.yml

About

server caregiving