summaryrefslogtreecommitdiff
path: root/ansible/mirror-git.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-08-25 09:03:25 +0300
committerLars Wirzenius <liw@liw.fi>2021-08-25 09:03:25 +0300
commit11e39e78a5c8f59fd2f02a61a1b6168ce8d2681d (patch)
tree57ecc1fd7d0cf011441e7eeb42b5d1f99becb254 /ansible/mirror-git.yml
parentc640f2513219a6b997025569f743b58aed1da93c (diff)
downloadansibleness-11e39e78a5c8f59fd2f02a61a1b6168ce8d2681d.tar.gz
sequoia-dev on e5; mirror-git on bullseye
Sponsored-by: author
Diffstat (limited to 'ansible/mirror-git.yml')
-rw-r--r--ansible/mirror-git.yml12
1 files changed, 6 insertions, 6 deletions
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 }}"