![Monty Taylor](/assets/img/avatar_default.png)
We want to launch a new bastion host to run ansible on. Because we're working on the transition to ansible, it seems like being able to do that without needing puppet would be nice. This gets user management, base repo setup and whatnot installed. It doesn't remove them from the existing puppet, nor does it change the way we're calling anything that currently exists. Add bridge.openstack.org to the disabled group so that we don't try to run puppet on it. Change-Id: I3165423753009c639d9d2e2ed7d9adbe70360932
14 lines
793 B
Plaintext
14 lines
793 B
Plaintext
# This file is kept updated by ansible, adapted from
|
|
# http://ubuntuguide.org/wiki/Ubuntu_Trusty_Packages_and_Repositories
|
|
|
|
deb http://us.archive.ubuntu.com/ubuntu trusty main restricted
|
|
deb http://us.archive.ubuntu.com/ubuntu trusty-updates main restricted
|
|
deb http://us.archive.ubuntu.com/ubuntu trusty universe
|
|
deb http://us.archive.ubuntu.com/ubuntu trusty-updates universe
|
|
deb http://us.archive.ubuntu.com/ubuntu trusty multiverse
|
|
deb http://us.archive.ubuntu.com/ubuntu trusty-updates multiverse
|
|
deb http://us.archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse
|
|
deb http://security.ubuntu.com/ubuntu trusty-security main restricted
|
|
deb http://security.ubuntu.com/ubuntu trusty-security universe
|
|
deb http://security.ubuntu.com/ubuntu trusty-security multiverse
|