Skip to content

Instantly share code, notes, and snippets.

@Artemmkin
Created February 1, 2018 12:23
Show Gist options
  • Save Artemmkin/29179c893cdaca85b09b902741716b2f to your computer and use it in GitHub Desktop.
Save Artemmkin/29179c893cdaca85b09b902741716b2f to your computer and use it in GitHub Desktop.
playbook1.yml
---
- name: Configure Raddit App Instance
hosts: all
become: true
tasks:
- name: Install Ruby
apt: "name={{ item }} state=present"
with_items:
- ruby-full
- build-essential
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment