README.md adjustment
All checks were successful
CI / test (push) Successful in 5m1s
Lint / test (push) Successful in 29s
Trivy / test (push) Successful in 18s

This commit is contained in:
Miguel Jacq 2025-12-15 17:13:06 +11:00
parent e4be7f5975
commit 576649a49c
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9

View file

@ -30,7 +30,7 @@ sudo apt install enroll
### AppImage ### AppImage
Download the AppImage file from the Releases page (verify with GPG if you wish, my fingerprint is [here](https://mig5.net/static/mig5.asc), Download the AppImage file from the Releases page (verify with GPG if you wish, my fingerprint is [here](https://mig5.net/static/mig5.asc)),
then make it executable and run it: then make it executable and run it:
```bash ```bash
@ -75,7 +75,7 @@ enroll manifest --harvest /tmp/enroll-harvest --out /tmp/enroll-ansible
enroll enroll --harvest /tmp/enroll-harvest --out /tmp/enroll-ansible enroll enroll --harvest /tmp/enroll-harvest --out /tmp/enroll-ansible
``` ```
Then run: Then run Ansible however way you wish, for example (local execution):
```bash ```bash
ansible-playbook -i "localhost," -c local /tmp/enroll-ansible/playbook.yml ansible-playbook -i "localhost," -c local /tmp/enroll-ansible/playbook.yml