Skip to content
Snippets Groups Projects
Commit eff2438e authored by fejao's avatar fejao
Browse files

Updated README.md file

parent 1677337c
No related branches found
No related tags found
1 merge request!9Moving files 01
Pipeline #37396 passed
This commit is part of merge request !9. Comments created here will be created in the context of that merge request.
......@@ -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
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment