nightgrey / pi

A (fun/learning) repository containing Ansible playbooks for my Raspberry Pi.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pi

The main purpose for this repository is some fun, learning experience and practice. It contains an Ansible playbook to install and configure my Raspberry Pi.

Prerequisites

  • A Raspberry Pi with Raspbian installed
  • Ansible installed on your local machine
  • SSH access to the Raspberry Pi
  • Edit inventory.yml and replace the value of ansible_host: pi.fritz.box with the host name or IP address of your Pi.

Usage

Run the actual playbook with:

$ make run

Run a check with:

$ make check

Run pings to all hosts with:

$ make ping

About

A (fun/learning) repository containing Ansible playbooks for my Raspberry Pi.


Languages

Language:Makefile 100.0%