Skip to content

Instantly share code, notes, and snippets.

@minskmaz
Created November 2, 2015 18:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save minskmaz/03bb3248e84d11305eb0 to your computer and use it in GitHub Desktop.
Save minskmaz/03bb3248e84d11305eb0 to your computer and use it in GitHub Desktop.
- hosts: 127.0.0.1
user: root
vars_files:
- vars.yml
tasks:
- name: Install required system packages.
apt: pkg={{item}} state=present update-cache=yes
with_items: system_packages
environment:
http_proxy: http://192.168.4.10:8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment