summaryrefslogtreecommitdiff
path: root/ansible/holywood2.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-07-10 08:15:00 +0300
committerLars Wirzenius <liw@liw.fi>2021-07-10 08:15:00 +0300
commit2cd18c78c3227b2e03f31255168dd82b1f204539 (patch)
treeeed9648bddddae19313a81f41b6cc17907940763 /ansible/holywood2.yml
parent5297f0b4076191c813af88b39e97f932bc4f3650 (diff)
downloadansibleness-2cd18c78c3227b2e03f31255168dd82b1f204539.tar.gz
fixes to make playbooks work again
Sponsored-by: author
Diffstat (limited to 'ansible/holywood2.yml')
-rw-r--r--ansible/holywood2.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/ansible/holywood2.yml b/ansible/holywood2.yml
index c60342d..c10c454 100644
--- a/ansible/holywood2.yml
+++ b/ansible/holywood2.yml
@@ -10,6 +10,8 @@
- smarthost-client
- self-updating-system
vars:
+ ansible_python_interpreter: /usr/bin/python3
+
sane_debian_system_version: 2
unix_users_version: 2
@@ -38,7 +40,12 @@
sane_debian_system_sources_lists:
# - 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
+
+ - repo: deb http://ci-prod-controller.vm.liw.fi/debian unstable-ci main
+ signing_key: "{{ ci_prod_signing_key }}"