Skip to content

Instantly share code, notes, and snippets.

@juzam
Last active November 21, 2016 17:03
Show Gist options
  • Select an option

  • Save juzam/761d6136e1ab3b548be2c7101167a802 to your computer and use it in GitHub Desktop.

Select an option

Save juzam/761d6136e1ab3b548be2c7101167a802 to your computer and use it in GitHub Desktop.
- name: Install Hypriot/Schatzkiste GPG key
apt_key: url="https://packagecloud.io/Hypriot/Schatzkiste/gpgkey"
- name: Install Hypriot/Schatzkiste repository
apt_repository: repo="deb https://packagecloud.io/Hypriot/Schatzkiste/debian/ wheezy main" state=present
- name: Install arm-machine
apt: name={{ item }} state=installed update-cache=yes
with_items:
- docker-machine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment