[root] Sputnik is using deb.debian.org
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>certbot_on_virtu
parent
80b42fcb62
commit
5aeefd730e
|
@ -1,9 +1,3 @@
|
|||
ldap:
|
||||
local: False
|
||||
servers: ["172.16.1.1"]
|
||||
base: "dc=crans,dc=org"
|
||||
|
||||
|
||||
# Parameters for debian and ubuntu mirror
|
||||
debian_mirror: http://mirror.adm.crans.org/debian
|
||||
ubuntu_mirror: http://mirror.adm.crans.org/ubuntu
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
# Parameters for debian and ubuntu mirror
|
||||
debian_mirror: http://deb.debian.org/debian
|
||||
ubuntu_mirror: http://deb.debian.org/ubuntu
|
||||
debian_components: main contrib non-free
|
||||
ubuntu_components: main restricted universe multiverse
|
|
@ -1,3 +1,3 @@
|
|||
{{ ansible_header | comment }}
|
||||
|
||||
deb http://{{ mirror.name }}/debian bullseye main
|
||||
deb {{ debian_mirror }} bullseye main
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{{ ansible_header | comment }}
|
||||
|
||||
server {
|
||||
listen [::1]:8080;
|
||||
listen [::1]:6424;
|
||||
location = /stub_status {
|
||||
stub_status;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue