Skip to content

Instantly share code, notes, and snippets.

@michaelrice
Created March 9, 2016 04:05
Show Gist options
  • Save michaelrice/bf89ea28874e15c28c2f to your computer and use it in GitHub Desktop.
Save michaelrice/bf89ea28874e15c28c2f to your computer and use it in GitHub Desktop.
---
- hosts: osad_pigs
vars:
apt_mirror_base_path: "/var/www/html/ubuntu"
apt_mirror_repo:
- "deb http://mirror.rackspace.com/ubuntu trusty main restricted universe multiverse"
- "deb http://mirror.rackspace.com/ubuntu trusty-security main restricted universe multiverse"
- "deb http://mirror.rackspace.com/ubuntu trusty-updates main restricted universe multiverse"
roles:
- ansible-apt-mirror
@michaelrice
Copy link
Author

@michaelrice
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment