Lots of improvements everywhere

This commit is contained in:
Greg Hellings
2023-08-03 14:44:02 -05:00
parent 0a3832d2c4
commit bb63ff7534
44 changed files with 388 additions and 249 deletions
+6
View File
@@ -0,0 +1,6 @@
- name: Install qemu-guest-agent
become: true
ansible.builtin.package:
name:
- qemu-guest-agent
state: present
+1 -1
View File
@@ -16,7 +16,7 @@
- name: get build time
become: true
ansible.builtin.copy:
content: "{{ ansible_facts.date_time.date }}"
content: "{{ ansible_facts.date_time.date }} {{ ansible_facts.date_time.hour }}:{{ ansible_facts.date_time.minute }}"
dest: /etc/vagrant_box_build_time
owner: root
group: root
+3 -13
View File
@@ -1,15 +1,5 @@
virtualbox_packages:
- kernel
- kernel-devel
- kernel-headers
- gcc
- make
- perl
- elfutils-libelf-devel
- tar
- bzip2
- dkms
virtualbox_services:
- dkms
virtualbox_from_iso: true
- virtualbox-guest-additions
virtualbox_services: []
virtualbox_from_iso: false
virtualbox_pre_commands: []