summaryrefslogtreecommitdiff
path: root/ansible/ambient-dev.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-09-10 09:15:53 +0300
committerLars Wirzenius <liw@liw.fi>2023-09-10 09:15:53 +0300
commit0b0498c25251ec6ba7a1a41fbbb26ba29544e4b4 (patch)
tree67505ac02e5d0c01d23fbb27e977183c40f6d7d8 /ansible/ambient-dev.yml
parent462332cf676c0b34ef89984b0b591694f5582609 (diff)
downloadansibleness-0b0498c25251ec6ba7a1a41fbbb26ba29544e4b4.tar.gz
ambient-dev: install stuff to allow creating images
Sponsored-by: author
Diffstat (limited to 'ansible/ambient-dev.yml')
-rw-r--r--ansible/ambient-dev.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/ansible/ambient-dev.yml b/ansible/ambient-dev.yml
index a094717..202fa8a 100644
--- a/ansible/ambient-dev.yml
+++ b/ansible/ambient-dev.yml
@@ -12,10 +12,16 @@
- apt:
name:
- build-essential
+ - dosfstools
- debhelper
- dh-cargo
- qemu-system-x86
- qemu-utils
+ - vmdb2
+ - zerofree
+ - file:
+ state: directory
+ path: /root/.cache/ambient
vars:
ansible_python_interpreter: python3
@@ -39,3 +45,4 @@
sshd_host_key: "{{ lookup('pipe', 'sshca host private-key {{ sane_debian_system_hostname }}') }}"
sshd_host_cert: "{{ lookup('pipe', 'sshca host certify --ca liw.fi/ca/host/v5 {{ sane_debian_system_hostname }}') }}"
sshd_user_ca_pub: "{{ lookup('pipe', 'sshca ca public-key liw.fi/ca/user/v5') }}"
+