summaryrefslogtreecommitdiff
path: root/ansible/solace.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-10-15 11:15:05 +0300
committerLars Wirzenius <liw@liw.fi>2023-10-15 11:15:05 +0300
commit0797d54aeb9903b50bb6b04ca6b13585fd816c88 (patch)
tree1e2a63a149cf5df6b4a841d9d8ad0a47b9f388cd /ansible/solace.yml
parent8f3e1bf450b5f7c9b64a3288a7d1c444f6d6cd0e (diff)
downloadansibleness-0797d54aeb9903b50bb6b04ca6b13585fd816c88.tar.gz
solace: update for new install
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
Diffstat (limited to 'ansible/solace.yml')
-rw-r--r--ansible/solace.yml51
1 files changed, 11 insertions, 40 deletions
diff --git a/ansible/solace.yml b/ansible/solace.yml
index 521aa2a..c922795 100644
--- a/ansible/solace.yml
+++ b/ansible/solace.yml
@@ -26,50 +26,24 @@
name:
- build-essential
- firmware-misc-nonfree
+ - firmware-realtek
- iputils-ping
- locales-all
+ - memtest86+
- python3
- rsync
- vim
+ - wireless-regdb
- - apt:
- name:
- - ansible
- - build-essential
- - cmdtest
- - cryptsetup
- - debhelper
- - debian-ports-archive-keyring
- - debootstrap
- - dosfstools
- - expect
- - fonts-freefont-ttf
- - kpartx
- - lvm2
- - moreutils
- - ovmf
- - pandoc
- - parted
- - python3-all
- - python3-cliapp
- - python3-coverage-test-runner
- - python3-jinja2
- - python3-yaml
- - qemu-system-arm
- - qemu-system-ppc
- - qemu-system-x86
- - qemu-user-static
- - qemu-utils
- - subplot
- - texlive-fonts-recommended
- - texlive-latex-base
- - texlive-latex-recommended
- - zerofree
+ - name: "configure GRUB to wait a little before booting"
+ lineinfile:
+ path: /etc/default/grub
+ regexp: GRUB_TIMEOUT
+ line: "GRUB_TIMEOUT=5"
- - apt:
- name:
- - wireless-regdb
- - firmware-realtek
+ - name: "update grub"
+ shell: |
+ update-grub
vars:
ansible_python_interpreter: /usr/bin/python3
@@ -85,7 +59,6 @@
- repo: |
deb http://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware
-
- repo: deb http://ci-prod-controller.vm.liw.fi/debian unstable-ci main
signing_key: "{{ ci_prod_signing_key }}"
@@ -93,10 +66,8 @@
unix_users:
- username: liw
comment: Lars Wirzenius
- sudo: yes
groups:
- libvirt
- - kvm
mailname: "{{ sane_debian_system_hostname }}.liw.fi"