Created
March 9, 2016 04:05
-
-
Save michaelrice/bf89ea28874e15c28c2f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- 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 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/virtdevninja/ansible-apt-mirror