Many tweaks
This commit is contained in:
parent
5398ad123c
commit
227be6dd51
20 changed files with 1350 additions and 174 deletions
8
tests.sh
Executable file
8
tests.sh
Executable 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue