Skip to content

twistedgrim/ssm-raspi-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

SSM install for Raspberry Pi using ansible

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published