summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-04-04 15:17:29 +0300
committerLars Wirzenius <liw@liw.fi>2020-04-04 15:17:29 +0300
commit16bd33960af9c019ed53a0b5fd169d1f60d3b554 (patch)
tree74a5d459ed0c2640f0496ea1d39f5a3bffdf4e59
parent2fb59a9d6558caac048e4ecd59859940c1a80d7d (diff)
downloadansibleness-16bd33960af9c019ed53a0b5fd169d1f60d3b554.tar.gz
Change: port holywood2 to buster
-rw-r--r--ansible/holywood2.yml15
-rw-r--r--ansible/roles/holywood2/tasks/main.yml2
2 files changed, 8 insertions, 9 deletions
diff --git a/ansible/holywood2.yml b/ansible/holywood2.yml
index 381e2f4..2cbd653 100644
--- a/ansible/holywood2.yml
+++ b/ansible/holywood2.yml
@@ -1,6 +1,5 @@
- hosts: holywood2
- remote_user: ansible
- become: yes
+ remote_user: root
roles:
- sane_debian_system
- comfortable-debian-system
@@ -12,7 +11,7 @@
- self-updating-system
vars:
hostname: holywood2
- debian_codename: stretch
+ debian_codename: buster
debian_mirror: deb.debian.org
debian_mirror_src: deb.debian.org
@@ -34,8 +33,8 @@
ssh_key_pub: "{{ root_at_holywood2_ssh_key_pub }}"
sources_lists:
- - repo: deb http://deb.debian.org/debian stretch main contrib non-free
- - repo: deb http://deb.debian.org/debian stretch-backports main contrib non-free
- - repo: deb http://code.liw.fi/debian stretch main
- signing_key: "{{ code_liw_fi_signing_key }}"
-# keyring_package: code.liw.fi-keyring
+# - repo: deb http://deb.debian.org/debian stretch main contrib non-free
+ - repo: deb http://deb.debian.org/debian buster-backports main contrib non-free
+# - repo: deb http://code.liw.fi/debian stretch main
+# signing_key: "{{ code_liw_fi_signing_key }}"
+# # keyring_package: code.liw.fi-keyring
diff --git a/ansible/roles/holywood2/tasks/main.yml b/ansible/roles/holywood2/tasks/main.yml
index 730aaf3..c5db9c0 100644
--- a/ansible/roles/holywood2/tasks/main.yml
+++ b/ansible/roles/holywood2/tasks/main.yml
@@ -26,7 +26,7 @@
- name: install borg
apt:
name: borgbackup
- default_release: stretch-backports
+# default_release: stretch-backports
- name: install borg scripting
copy: