summaryrefslogtreecommitdiff
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
parent5297f0b4076191c813af88b39e97f932bc4f3650 (diff)
downloadansibleness-2cd18c78c3227b2e03f31255168dd82b1f204539.tar.gz
fixes to make playbooks work again
Sponsored-by: author
-rw-r--r--ansible/holywood2.yml7
-rw-r--r--ansible/roles/comfortable-debian-system/tasks/main.yml1
-rw-r--r--web.yaml3
3 files changed, 9 insertions, 2 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 }}"
diff --git a/ansible/roles/comfortable-debian-system/tasks/main.yml b/ansible/roles/comfortable-debian-system/tasks/main.yml
index ef50288..6b90ace 100644
--- a/ansible/roles/comfortable-debian-system/tasks/main.yml
+++ b/ansible/roles/comfortable-debian-system/tasks/main.yml
@@ -16,7 +16,6 @@
- dnsutils
- git
- wdiff
- - obnam
- pwgen
- name: "remove uncomfortable stuff"
diff --git a/web.yaml b/web.yaml
index cf130eb..d16dc8a 100644
--- a/web.yaml
+++ b/web.yaml
@@ -1 +1,2 @@
-web: {}
+web:
+ autostart: true