Many tweaks

This commit is contained in:
Miguel Jacq 2025-12-15 11:04:54 +11:00
parent 5398ad123c
commit 227be6dd51
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
20 changed files with 1350 additions and 174 deletions

8
tests.sh Executable file
View file

@ -0,0 +1,8 @@
#!/bin/bash
poetry run pytest -vvvv --cov=enroll --cov-report=term-missing --disable-warnings
poetry run enroll enroll --harvest /tmp/bundle --out /tmp/ansible && \
cd /tmp/ansible && \
sudo ansible-playbook playbook.yml -i "localhost," -c local --check --diff