Skip to content

duncaneddy/rpi_cluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RPi Cluster

This repository contains ansible scripts utilized to administer my personal raspberry pi clsuter. I'm sharing this for educational purposes, though it is minimally maintained and documented here.

Setup

Install Ansible

pip install -U ansible ansible-lint

Useful Commands

Ping all hosts

ansible all -m ping

Update software on all machines

ansible-playbook -i hosts.yaml ./playbooks/update_packages.yaml

Reboot all hosts

ansible all -a "/sbin/reboot" --become

About

Tools and files for administering my personal raspberry pi cluster.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published