From eff2438e09d5b67e691e99eb74a1942c188ece03 Mon Sep 17 00:00:00 2001 From: fejao <mail@fejao.de> Date: Tue, 28 Jan 2025 00:11:59 +0100 Subject: [PATCH] Updated README.md file --- README.md | 15 +++++++++++++++ requirements.txt | 3 --- 2 files changed, 15 insertions(+), 3 deletions(-) delete mode 100644 requirements.txt diff --git a/README.md b/README.md index b073eec..55f5cee 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 a42d9c6..0000000 --- a/requirements.txt +++ /dev/null @@ -1,3 +0,0 @@ -ansible -ansible-dev-tools -ansible-lint -- GitLab