Skip to content

Ansible playbook that enables configurable features (roles) on IoT edge devices.

License

Notifications You must be signed in to change notification settings

lueschem/edge-playbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

edge-playbook

Ansible playbook that configures selected features on an edge device.

Features

Monitoring

Feature activation:

  • monitoring_enabled: true

Required parameters for monitoring:

  • monitoring_influxdb_server: INFLUXDB_SERVER
  • monitoring_influxdb_bucket: INFLUXDB_BUCKET
  • monitoring_influxdb_http_token: INFLUXDB_SECRET_TOKEN
  • monitoring_influxdb_org: INFLUXDB_ORGANIZATION

Kiosk Screen

Feature activation:

  • kiosk_enabled: true

Required parameters for kiosk screen:

Github Actions Runner

Feature activation:

  • gharunner_enabled: true

Required parameters for repository runner:

  • gharunner_github_account: GH_USER
  • gharunner_github_repo: GH_REPO
  • gharunner_access_token: GH_SECRET_TOKEN

Optional parameters:

  • gharunner_reinstall_runner: yes (default yes, tells if the runner shall be re-installed during an OS update)
  • gharunner_runner_labels: foo,bar (default "", comma separated list of additional labels that shall be applied to the runner)

About

Ansible playbook that enables configurable features (roles) on IoT edge devices.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages