From 0eaee34ebbabdc4f09521e710605b400261190c2 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Tue, 25 Dec 2018 17:54:34 +0100 Subject: [PATCH] Horus uses OVH mirrors --- group_vars/horus/ovh_debian_mirrors.yml | 4 ++++ group_vars/horus/ssh_through_proxy.yml | 1 - roles/baseconfig | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 group_vars/horus/ovh_debian_mirrors.yml diff --git a/group_vars/horus/ovh_debian_mirrors.yml b/group_vars/horus/ovh_debian_mirrors.yml new file mode 100644 index 0000000..2e5ba29 --- /dev/null +++ b/group_vars/horus/ovh_debian_mirrors.yml @@ -0,0 +1,4 @@ +--- +debian_mirror: 'http://debian.mirrors.ovh.net/debian' +debian_security_mirror: 'http://debian.mirrors.ovh.net/debian-security' + diff --git a/group_vars/horus/ssh_through_proxy.yml b/group_vars/horus/ssh_through_proxy.yml index cbc38e5..8421c4c 100644 --- a/group_vars/horus/ssh_through_proxy.yml +++ b/group_vars/horus/ssh_through_proxy.yml @@ -1,3 +1,2 @@ --- - ansible_ssh_extra_args: -o ProxyCommand='ssh -W %h:%p -q proxy.auro.re' diff --git a/roles/baseconfig b/roles/baseconfig index e9b4485..6acd5a4 160000 --- a/roles/baseconfig +++ b/roles/baseconfig @@ -1 +1 @@ -Subproject commit e9b448572384eda351935b7852a0590c589b5728 +Subproject commit 6acd5a403edcbd8194e9c517d8ae2577200bac43