From 11e39e78a5c8f59fd2f02a61a1b6168ce8d2681d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 25 Aug 2021 09:03:25 +0300 Subject: sequoia-dev on e5; mirror-git on bullseye Sponsored-by: author --- ansible/mirror-git.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'ansible/mirror-git.yml') diff --git a/ansible/mirror-git.yml b/ansible/mirror-git.yml index a2cbe9e..f060160 100644 --- a/ansible/mirror-git.yml +++ b/ansible/mirror-git.yml @@ -5,7 +5,7 @@ - role: sane_debian_system - role: unix_users - role: self-updating-system - - smarthost-client + - role: smarthost-client tasks: - name: "install git and more" apt: @@ -35,13 +35,13 @@ job: | chronic /usr/local/bin/gitlab-to-git.liw.fi vars: - sane_debian_system_version: 2 - unix_users_version: 2 + ansible_python_interpreter: /usr/bin/python3 + sane_debian_system_version: 2 sane_debian_system_hostname: mirror-git - sane_debian_system_codename: buster - sane_debian_system_mirror: deb.debian.org + sane_debian_system_codename: bullseye + unix_users_version: 2 unix_users: - username: root authorized_keys: | @@ -55,7 +55,7 @@ {{ lookup('pipe', 'pass show ssh/liw@mirror-git') }} ssh_key_pub: | {{ lookup('pipe', 'pass show ssh/liw@mirror-git.pub') }} - + mailname: mirror-git.vm.liw.fi hostname: "{{ sane_debian_system_hostname }}" -- cgit v1.2.1