Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.24 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.24 KB

SSM-RASPI-Ansible

Ansible Role Ansible Role

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.

Requirements

  • Managed-Instance Activation Process on Amazon

Role Variables

  • 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

Example Playbook

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 }

License

MIT