The mirror to download and install ``pip`` from::
- pip_mirror_url: "http://{{ mirror_host }}/pypi/simple"
+ pip_mirror_url: "https://{{ mirror_host }}/pypi/simple"
A hash defining yum repos that would be common across a major version. Each key in the hash represents
the filename of a yum repo created in /etc/yum.repos.d. The key/value pairs as the value for that repo
common_yum_repos:
rhel-7-fcgi-ceph:
name: "RHEL 7 Local fastcgi Repo"
- baseurl: http://gitbuilder.ceph.com/mod_fastcgi-rpm-rhel7-x86_64-basic/ref/master/
+ baseurl: https://gitbuilder.ceph.com/mod_fastcgi-rpm-rhel7-x86_64-basic/ref/master/
enabled: 1
gpgcheck: 0
priority: 2
yum_repos:
fedora-fcgi-ceph:
name: Fedora Local fastcgi Repo
- baseurl: http://gitbuilder.ceph.com/mod_fastcgi-rpm-fedora20-x86_64-basic/ref/master/
+ baseurl: https://gitbuilder.ceph.com/mod_fastcgi-rpm-fedora20-x86_64-basic/ref/master/
enabled: 1
gpgcheck: 0
priority: 0
# An Example:
common_apt_repos:
# mod_fastcgi for radosgw
- - "deb http://gitbuilder.ceph.com/libapache-mod-fastcgi-deb-{{ansible_distribution_release}}-x86_64-basic/ref/master/ {{ansible_distribution_release}} main"
+ - "deb https://gitbuilder.ceph.com/libapache-mod-fastcgi-deb-{{ansible_distribution_release}}-x86_64-basic/ref/master/ {{ansible_distribution_release}} main"
A list defining version-specific apt repos. Each item in the list represents an apt repo to be added to sources.list::
git_mirror_host: git.ceph.com
key_host: download.ceph.com
gitbuilder_host: gitbuilder.ceph.com
-pip_mirror_url: "http://{{ mirror_host }}/pypi/simple"
+pip_mirror_url: "https://{{ mirror_host }}/pypi/simple"
# yum repos common to a major version or distro
common_yum_repos: {}
# {{ ansible_managed }}
-deb http://http.debian.net/debian jessie main contrib non-free
-deb http://security.debian.org/ jessie/updates main contrib non-free
-deb http://http.debian.net/debian jessie-updates main contrib non-free
+deb https://http.debian.net/debian jessie main contrib non-free
+deb https://security.debian.org/ jessie/updates main contrib non-free
+deb https://http.debian.net/debian jessie-updates main contrib non-free
# {{ ansible_managed }}
-# deb http://{{ mirror_host }}/archive.ubuntu.com/ubuntu/ precise main restricted
+# deb https://{{ mirror_host }}/archive.ubuntu.com/ubuntu/ precise main restricted
-# deb http://{{ mirror_host }}/archive.ubuntu.com/ubuntu/ precise-updates main restricted
-# deb http://security.ubuntu.com/ubuntu precise-security main restricted
+# deb https://{{ mirror_host }}/archive.ubuntu.com/ubuntu/ precise-updates main restricted
+# deb https://security.ubuntu.com/ubuntu precise-security main restricted
-# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
+# See https://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
-deb http://{{ mirror_host }}/archive.ubuntu.com/ubuntu/ precise main restricted
-deb-src http://{{ mirror_host }}/archive.ubuntu.com/ubuntu/ precise main restricted
+deb https://{{ mirror_host }}/archive.ubuntu.com/ubuntu/ precise main restricted
+deb-src https://{{ mirror_host }}/archive.ubuntu.com/ubuntu/ precise main restricted
## Major bug fix updates produced after the final release of the
## distribution.
-deb http://{{ mirror_host }}/archive.ubuntu.com/ubuntu/ precise-updates main restricted
-deb-src http://{{ mirror_host }}/archive.ubuntu.com/ubuntu/ precise-updates main restricted
+deb https://{{ mirror_host }}/archive.ubuntu.com/ubuntu/ precise-updates main restricted
+deb-src https://{{ mirror_host }}/archive.ubuntu.com/ubuntu/ precise-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
-deb http://{{ mirror_host }}/archive.ubuntu.com/ubuntu/ precise universe
-deb-src http://{{ mirror_host }}/archive.ubuntu.com/ubuntu/ precise universe
-deb http://{{ mirror_host }}/archive.ubuntu.com/ubuntu/ precise-updates universe
-deb-src http://{{ mirror_host }}/archive.ubuntu.com/ubuntu/ precise-updates universe
+deb https://{{ mirror_host }}/archive.ubuntu.com/ubuntu/ precise universe
+deb-src https://{{ mirror_host }}/archive.ubuntu.com/ubuntu/ precise universe
+deb https://{{ mirror_host }}/archive.ubuntu.com/ubuntu/ precise-updates universe
+deb-src https://{{ mirror_host }}/archive.ubuntu.com/ubuntu/ precise-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
-deb http://{{ mirror_host }}/archive.ubuntu.com/ubuntu/ precise multiverse
-deb-src http://{{ mirror_host }}/archive.ubuntu.com/ubuntu/ precise multiverse
-deb http://{{ mirror_host }}/archive.ubuntu.com/ubuntu/ precise-updates multiverse
-deb-src http://{{ mirror_host }}/archive.ubuntu.com/ubuntu/ precise-updates multiverse
+deb https://{{ mirror_host }}/archive.ubuntu.com/ubuntu/ precise multiverse
+deb-src https://{{ mirror_host }}/archive.ubuntu.com/ubuntu/ precise multiverse
+deb https://{{ mirror_host }}/archive.ubuntu.com/ubuntu/ precise-updates multiverse
+deb-src https://{{ mirror_host }}/archive.ubuntu.com/ubuntu/ precise-updates multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
-deb http://{{ mirror_host }}/archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse
-deb-src http://{{ mirror_host }}/archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse
+deb https://{{ mirror_host }}/archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse
+deb-src https://{{ mirror_host }}/archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse
-deb http://security.ubuntu.com/ubuntu precise-security main restricted
-deb-src http://security.ubuntu.com/ubuntu precise-security main restricted
-deb http://security.ubuntu.com/ubuntu precise-security universe
-deb-src http://security.ubuntu.com/ubuntu precise-security universe
-deb http://security.ubuntu.com/ubuntu precise-security multiverse
-deb-src http://security.ubuntu.com/ubuntu precise-security multiverse
+deb https://security.ubuntu.com/ubuntu precise-security main restricted
+deb-src https://security.ubuntu.com/ubuntu precise-security main restricted
+deb https://security.ubuntu.com/ubuntu precise-security universe
+deb-src https://security.ubuntu.com/ubuntu precise-security universe
+deb https://security.ubuntu.com/ubuntu precise-security multiverse
+deb-src https://security.ubuntu.com/ubuntu precise-security multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
-# deb http://{{ mirror_host }}/archive.canonical.com/ubuntu precise partner
-# deb-src http://{{ mirror_host }}/archive.canonical.com/ubuntu precise partner
+# deb https://{{ mirror_host }}/archive.canonical.com/ubuntu precise partner
+# deb-src https://{{ mirror_host }}/archive.canonical.com/ubuntu precise partner
## Uncomment the following two lines to add software from Ubuntu's
## 'extras' repository.
## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
-# deb http://extras.ubuntu.com/ubuntu precise main
-# deb-src http://extras.ubuntu.com/ubuntu precise main
+# deb https://extras.ubuntu.com/ubuntu precise main
+# deb-src https://extras.ubuntu.com/ubuntu precise main
# {{ ansible_managed }}
-# deb http://{{ mirror_host }}/archive.ubuntu.com/ubuntu trusty main restricted
+# deb https://{{ mirror_host }}/archive.ubuntu.com/ubuntu trusty main restricted
-# deb http://{{ mirror_host }}/archive.ubuntu.com/ubuntu trusty-updates main restricted
-# deb http://security.ubuntu.com/ubuntu trusty-security main restricted
+# deb https://{{ mirror_host }}/archive.ubuntu.com/ubuntu trusty-updates main restricted
+# deb https://security.ubuntu.com/ubuntu trusty-security main restricted
-# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
+# See https://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
-deb http://{{ mirror_host }}/archive.ubuntu.com/ubuntu trusty main restricted
-deb-src http://{{ mirror_host }}/archive.ubuntu.com/ubuntu trusty main restricted
+deb https://{{ mirror_host }}/archive.ubuntu.com/ubuntu trusty main restricted
+deb-src https://{{ mirror_host }}/archive.ubuntu.com/ubuntu trusty main restricted
## Major bug fix updates produced after the final release of the
## distribution.
-deb http://{{ mirror_host }}/archive.ubuntu.com/ubuntu trusty-updates main restricted
-deb-src http://{{ mirror_host }}/archive.ubuntu.com/ubuntu trusty-updates main restricted
+deb https://{{ mirror_host }}/archive.ubuntu.com/ubuntu trusty-updates main restricted
+deb-src https://{{ mirror_host }}/archive.ubuntu.com/ubuntu trusty-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
-deb http://{{ mirror_host }}/archive.ubuntu.com/ubuntu trusty universe
-deb-src http://{{ mirror_host }}/archive.ubuntu.com/ubuntu trusty universe
-deb http://{{ mirror_host }}/archive.ubuntu.com/ubuntu trusty-updates universe
-deb-src http://{{ mirror_host }}/archive.ubuntu.com/ubuntu trusty-updates universe
+deb https://{{ mirror_host }}/archive.ubuntu.com/ubuntu trusty universe
+deb-src https://{{ mirror_host }}/archive.ubuntu.com/ubuntu trusty universe
+deb https://{{ mirror_host }}/archive.ubuntu.com/ubuntu trusty-updates universe
+deb-src https://{{ mirror_host }}/archive.ubuntu.com/ubuntu trusty-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
-deb http://{{ mirror_host }}/archive.ubuntu.com/ubuntu trusty multiverse
-deb-src http://{{ mirror_host }}/archive.ubuntu.com/ubuntu trusty multiverse
-deb http://{{ mirror_host }}/archive.ubuntu.com/ubuntu trusty-updates multiverse
-deb-src http://{{ mirror_host }}/archive.ubuntu.com/ubuntu trusty-updates multiverse
+deb https://{{ mirror_host }}/archive.ubuntu.com/ubuntu trusty multiverse
+deb-src https://{{ mirror_host }}/archive.ubuntu.com/ubuntu trusty multiverse
+deb https://{{ mirror_host }}/archive.ubuntu.com/ubuntu trusty-updates multiverse
+deb-src https://{{ mirror_host }}/archive.ubuntu.com/ubuntu trusty-updates multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
-deb http://{{ mirror_host }}/archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse
-deb-src http://{{ mirror_host }}/archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse
+deb https://{{ mirror_host }}/archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse
+deb-src https://{{ mirror_host }}/archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse
-deb http://security.ubuntu.com/ubuntu trusty-security main restricted
-deb-src http://security.ubuntu.com/ubuntu trusty-security main restricted
-deb http://security.ubuntu.com/ubuntu trusty-security universe
-deb-src http://security.ubuntu.com/ubuntu trusty-security universe
-deb http://security.ubuntu.com/ubuntu trusty-security multiverse
-deb-src http://security.ubuntu.com/ubuntu trusty-security multiverse
+deb https://security.ubuntu.com/ubuntu trusty-security main restricted
+deb-src https://security.ubuntu.com/ubuntu trusty-security main restricted
+deb https://security.ubuntu.com/ubuntu trusty-security universe
+deb-src https://security.ubuntu.com/ubuntu trusty-security universe
+deb https://security.ubuntu.com/ubuntu trusty-security multiverse
+deb-src https://security.ubuntu.com/ubuntu trusty-security multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
-# deb http://archive.canonical.com/ubuntu trusty partner
-# deb-src http://archive.canonical.com/ubuntu trusty partner
+# deb https://archive.canonical.com/ubuntu trusty partner
+# deb-src https://archive.canonical.com/ubuntu trusty partner
## Uncomment the following two lines to add software from Ubuntu's
## 'extras' repository.
## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
-# deb http://extras.ubuntu.com/ubuntu trusty main
-# deb-src http://extras.ubuntu.com/ubuntu trusty main
+# deb https://extras.ubuntu.com/ubuntu trusty main
+# deb-src https://extras.ubuntu.com/ubuntu trusty main
# {{ ansible_managed }}
-deb http://{{ mirror_host }}/ftp.us.debian.org/debian wheezy main contrib non-free
-deb http://{{ mirror_host }}/security.debian.org/debian-security/ wheezy/updates main contrib non-free
-deb http://{{ mirror_host }}/ftp.us.debian.org/debian wheezy-backports main contrib non-free
+deb https://{{ mirror_host }}/ftp.us.debian.org/debian wheezy main contrib non-free
+deb https://{{ mirror_host }}/security.debian.org/debian-security/ wheezy/updates main contrib non-free
+deb https://{{ mirror_host }}/ftp.us.debian.org/debian wheezy-backports main contrib non-free
common_yum_repos:
lab-extras:
name: "lab-extras"
- baseurl: "http://{{ mirror_host }}/lab-extras/10/"
+ baseurl: "https://{{ mirror_host }}/lab-extras/10/"
enabled: 1
gpgcheck: 0
common_yum_repos:
lab-extras:
name: "lab-extras"
- baseurl: "http://{{ mirror_host }}/lab-extras/9/"
+ baseurl: "https://{{ mirror_host }}/lab-extras/9/"
enabled: 1
gpgcheck: 0