WIP: Notes

This commit is contained in:
ducoterra
2023-01-22 10:23:32 -05:00
parent 770b208f26
commit 5cc4c9b9cf
77 changed files with 2194 additions and 227 deletions

View File

@@ -1,4 +1,7 @@
---
# Install kvm
# sudo dnf -y install bridge-utils libvirt virt-install qemu-kvm virt-manager
# sudo systemctl start libvirtd
# Install developer tools
- name: Ensure common developer tools installed
dnf:
@@ -10,12 +13,6 @@
- htop
- dconf-editor
- dnf-plugins-core
- ufw
become: yes
# Enable ufw
- name: Enable UFW
community.general.ufw:
state: enabled
become: yes
# Install snap developer tools
- name: Ensure snap installed