summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-07-08 15:13:01 +0300
committerLars Wirzenius <liw@liw.fi>2021-07-08 15:13:01 +0300
commit39e5882f3b2e3f902d0601a10205f405944c1678 (patch)
tree0c3c396e7997bc53e971fb708bdfff3d7080f33c
parent62c3f6908e67a8953b4ad5fdc2ca4d34504ab46b (diff)
downloadansibleness-39e5882f3b2e3f902d0601a10205f405944c1678.tar.gz
chore: change playbook, roles for bullseye for exolobe1
Sponsored-by: author
-rw-r--r--ansible/exolobe1.yml24
-rw-r--r--ansible/roles/chaoskey-host/tasks/main.yml2
-rw-r--r--ansible/roles/subplot-dev-env/tasks/main.yml1
3 files changed, 14 insertions, 13 deletions
diff --git a/ansible/exolobe1.yml b/ansible/exolobe1.yml
index 33bfbd1..45f206f 100644
--- a/ansible/exolobe1.yml
+++ b/ansible/exolobe1.yml
@@ -1,13 +1,13 @@
- hosts: exolobe1
- remote_user: debian
+ remote_user: liw
become: yes
roles:
- role: sane_debian_system
tags: [sane]
- role: comfortable-debian-system
tags: [comfy]
- # - role: chaoskey-host
- # tags: [chaos]
+ - role: chaoskey-host
+ tags: [chaos]
- role: intel-wifi
tags: [wifi]
- role: version-controller
@@ -51,28 +51,28 @@
- role: unix_users
tags: [users]
- # tasks:
- # - apt:
- # name:
- # - inkscape
- # - shellcheck
+ tasks:
+ - apt:
+ name:
+ - inkscape
+ - shellcheck
vars:
sane_debian_system_version: 2
unix_users_version: 2
- ansible_ssh_host: testbul
+ ansible_ssh_host: exolobe1
ansible_python_interpreter: /usr/bin/python3
- sane_debian_system_hostname: testbul
+ sane_debian_system_hostname: exolobe1
sane_debian_system_codename: bullseye
sane_debian_system_timezone: Europe/Helsinki
sane_debian_system_sources_lists:
- repo: |
- deb http://security.debian.org/debian-security buster/updates main contrib non-free
+ deb http://deb.debian.org/debian bullseye contrib non-free
- repo: |
- deb http://deb.debian.org/debian buster contrib non-free
+ deb http://security.debian.org/debian-security bullseye-security main contrib non-free
- repo: |
deb http://code.liw.fi/debian unstable main
diff --git a/ansible/roles/chaoskey-host/tasks/main.yml b/ansible/roles/chaoskey-host/tasks/main.yml
index 34c38a8..2beab38 100644
--- a/ansible/roles/chaoskey-host/tasks/main.yml
+++ b/ansible/roles/chaoskey-host/tasks/main.yml
@@ -3,5 +3,5 @@
- name: add /dev/chaoskey0 as random number source
lineinfile:
- dest: /etc/default/rng-tools
+ dest: /etc/default/rng-tools-debian
line: HRNGDEVICE=/dev/chaoskey0
diff --git a/ansible/roles/subplot-dev-env/tasks/main.yml b/ansible/roles/subplot-dev-env/tasks/main.yml
index 3cdf8aa..5c99cfa 100644
--- a/ansible/roles/subplot-dev-env/tasks/main.yml
+++ b/ansible/roles/subplot-dev-env/tasks/main.yml
@@ -11,4 +11,5 @@
- texlive-fonts-recommended
- librsvg2-bin
- graphviz
+ - plantuml
- subplot