diff --git a/README.md b/README.md index e897589..e3337b0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# System configurations +# Sysconfig This is an Ansible playbook to deploy my system configurations for desktop usage. @@ -8,7 +8,11 @@ This is an Ansible playbook to deploy my system configurations for desktop usage - Install `ansible-core` and `git` -- Install `community.general.apk` module: `ansible-galaxy collection install -r requirements/collections.yml` (or install `ansible` instead of `ansible-core` in the previous step) +- Install `apk` module (or install `ansible` instead of `ansible-core` in the previous step): + + ```bash + ansible-galaxy collection install -r requirements/collections.yml + ``` - Clone this repository @@ -47,8 +51,8 @@ vagrant up vagrant ssh # Run the playbook as root -cd /vagrant -sudo ansible-playbook -v setup.yml +$ cd /vagrant +$ sudo ansible-playbook -v setup.yml ``` ## 🖊️ Notes @@ -65,7 +69,7 @@ sudo ansible-playbook -v setup.yml - [x] ACPI events - [ ] Better way to handle libvirt's firewall rules (currently hardcoded) - [ ] /etc/security/access.conf (maybe) -- [ ] snapper/btrbk (rootfs=btrfs) +- [ ] snapper / btrbk (rootfs=btrfs) ## 📄 License