diff --git a/README.md b/README.md index b073eecda8025cb371185e97ef66e9569e163ba1..55f5cee3bc109d2713ba365091207e57b4f9122d 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ ## What is this? This is a repo for deploying the the printer system used at the c3infodesk for printing EXTREMILY NECESSARY documents. +## Dependencies +To have [ansible](https://docs.ansible.com/ansible/latest/installation_guide/installation_distros.html) installed at your system. ## Roles Here are the used roles: @@ -35,6 +37,19 @@ Here are the used roles: ``` - 4. Change the default environment variables setted from the [docker-compose.yml](https://git.cccv.de/fejao/c3infodesk-printer/-/blob/main/docker/docker-compose.yml) file to your needs and recreate the containers. You might need to login at the **target** for doing it so. +## Local testing +At the moment, the only tests setted CI-CD are. +- ansible-playbook syntax-check + - + ```bash + ansible-playbook --syntax-check -i <YOUR_INVENTORY> <YOUR_PLAYBOOK_NAME> + ``` +- ansible-lint + - + ```bash + ansible-lint <YOUR_PLAYBOOK_NAME> + ``` + ## License MIT / BSD diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index a42d9c6727a963012e95f3c0bdcb413731890e97..0000000000000000000000000000000000000000 --- a/requirements.txt +++ /dev/null @@ -1,3 +0,0 @@ -ansible -ansible-dev-tools -ansible-lint