Ansible: Difference between revisions

From All Hands Active Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 15: Line 15:
=== SSH Keys ===
=== SSH Keys ===


A copy of your SSH public key needs to be placed in ```/home/pi/.ssh/authrorized_keys````
A copy of your SSH public key needs to be placed in '''/home/pi/.ssh/authrorized_keys'''.

Revision as of 14:24, 26 January 2024

What is Ansible?

Ansible is a Python based automation tool put together by Red Hat. The project can be found here.

Where is it being used?

The source code for the ansible playbooks can be found here.

3D Printers

Currently, Ansible is being used at AHA to update the Raspberry Pi machines for the 3D printers.

How do I use the scripts?

SSH Keys

A copy of your SSH public key needs to be placed in /home/pi/.ssh/authrorized_keys.