This playbook is built to install the SSM agent on a raspberry pi. This has been tested and works against Pi 3 / Pi 2 / Pi Zero.
The tasks are setup to replicate the setup guide from Amazon.
- Managed-Instance Activation Process on Amazon
- download_url : Used as the download location for the ssm agent
- region : Used as region when registering the Managed-Instance
- code : Managed-Instance activation code
- id : Managed-Instance activation id
Included is example of how to use the installation as a role. The required variables are represented.
- hosts: all
roles:
- { role: ssm-raspi-ansible, code: aYkdHGO75iZjEIrJ5nxI, id: 0e93f33e-3cc1-4a82-b9e2-g83d43ca7831 }
MIT