summaryrefslogtreecommitdiff
path: root/ansible/debian-ansible-dev.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/debian-ansible-dev.yml')
-rw-r--r--ansible/debian-ansible-dev.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/ansible/debian-ansible-dev.yml b/ansible/debian-ansible-dev.yml
index b8f2300..58d2bda 100644
--- a/ansible/debian-ansible-dev.yml
+++ b/ansible/debian-ansible-dev.yml
@@ -40,8 +40,8 @@
owner: liw
group: liw
- copy:
- src: /home/liw/tmp/base-images/debian-10-openstack-amd64.qcow2
- dest: /home/liw/tmp/debian-10-openstack-amd64.qcow2
+ src: /home/liw/tmp/base-images/debian-11-generic-amd64.qcow2
+ dest: /home/liw/tmp/debian.qcow2
owner: liw
group: liw
mode: 0644
@@ -49,8 +49,8 @@
ansible_python_interpreter: python3
sane_debian_system_version: 2
- sane_debian_system_hostname: debian-ansible-dev
- sane_debian_system_codename: bullseye
+ sane_debian_system_hostname: "{{ inventory_hostname }}"
+ sane_debian_system_codename: bookworm
timezone: Europe/Helsinki
@@ -61,8 +61,8 @@
sudo: yes
sane_debian_system_sources_lists:
- - repo: deb http://ci-prod-controller.vm.liw.fi/debian unstable-ci main
- signing_key: "{{ ci_prod_signing_key }}"
+ - repo: deb http://apt.liw.fi/debian unstable main
+ signing_key: "{{ apt_liw_fi_signing_key }}"
sshd_version: 1
sshd_allow_authorized_keys: yes