summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-04-07 08:40:47 +0300
committerLars Wirzenius <liw@liw.fi>2023-04-07 08:40:47 +0300
commit9a3982b8937033f7e92be439c217a79d5be8d0ad (patch)
tree4c6d5a1d55bf5de3d9b2b932274c3836b7a79ec6
parentaf68036434eedd529a9bc47b43ce0952415979de (diff)
downloadansibleness-9a3982b8937033f7e92be439c217a79d5be8d0ad.tar.gz
vmdb2-dev-sid: add
Sponsored-by: author
-rw-r--r--ansible/hosts1
-rw-r--r--ansible/vmdb2-dev-sid.yml71
-rw-r--r--vmadm/stamina/vmdb2-dev -sid.yaml4
3 files changed, 76 insertions, 0 deletions
diff --git a/ansible/hosts b/ansible/hosts
index 21082ea..fb4cbf4 100644
--- a/ansible/hosts
+++ b/ansible/hosts
@@ -15,6 +15,7 @@ subplot-dev
v-i-dev
vmadm-dev
vmdb2-dev
+vmdb2-dev-sid
[upliw_vm]
private
diff --git a/ansible/vmdb2-dev-sid.yml b/ansible/vmdb2-dev-sid.yml
new file mode 100644
index 0000000..813610d
--- /dev/null
+++ b/ansible/vmdb2-dev-sid.yml
@@ -0,0 +1,71 @@
+- hosts: vmdb2-dev-sid
+ remote_user: debian
+ become: yes
+ roles:
+ - role: sane_debian_system
+ tags: [sane]
+ - role: sshd
+ tags: [sshd]
+ - role: comfortable-debian-system
+ tags: [comfy]
+ - role: unix_users
+ tags: [users]
+ - role: version-controller
+ tags: [vcs]
+ - role: liw
+ tags: [liw]
+ tasks:
+ - apt:
+ name:
+ - ansible
+ - build-essential
+ - cmdtest
+ - cryptsetup
+ - debhelper
+ - debian-ports-archive-keyring
+ - debootstrap
+ - dosfstools
+ - expect
+ - fonts-freefont-ttf
+ - kpartx
+ - lvm2
+ - moreutils
+ - 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
+ - vmdb2
+ - zerofree
+ vars:
+ ansible_python_interpreter: python3
+
+ sane_debian_system_version: 2
+ sane_debian_system_hostname: vmdb2-dev-sid
+ sane_debian_system_codename: unstable
+
+ timezone: Europe/Helsinki
+
+ unix_users_version: 2
+ unix_users:
+ - username: liw
+ comment: Lars Wirzenius
+ sudo: yes
+
+ sane_debian_system_sources_lists:
+ - repo: deb http://ci-prod-controller.vm.liw.fi/debian unstable-ci main
+ signing_key: "{{ ci_prod_signing_key }}"
+
+ sshd_version: 1
+ sshd_allow_authorized_keys: yes
diff --git a/vmadm/stamina/vmdb2-dev -sid.yaml b/vmadm/stamina/vmdb2-dev -sid.yaml
new file mode 100644
index 0000000..a117a58
--- /dev/null
+++ b/vmadm/stamina/vmdb2-dev -sid.yaml
@@ -0,0 +1,4 @@
+vmdb2-dev-sid:
+ cpus: 8
+ memory_mib: 16384
+ image_size_gib: 100