Skip to content

Manage your Raspberry Pi fleet with Ansible

Notifications You must be signed in to change notification settings

tnosch/ansible-rasp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youtube Tutorial

https://www.youtube.com/watch?v=U06V3UuENXA

To Get a List of Playbook Tasks

ansible-playbook -i inventories/hosts -K playbook1.yml --list-tasks

To Run all Tasks in Playbook

ansible-playbook -i inventories/hosts -K playbook1.yml

To Run task with a Specific Tag - Example: Minikube installation

ansible-playbook -i inventories/hosts -K playbook1.yml -t minikube

About

Manage your Raspberry Pi fleet with Ansible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%