Update README

This commit is contained in:
Hoang Nguyen 2022-02-28 15:41:10 +07:00
parent d1bc71e7f7
commit 3d492af701
No known key found for this signature in database
GPG Key ID: 813CF484F4993419
1 changed files with 9 additions and 5 deletions

View File

@ -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