Skip to content
Snippets Groups Projects

Moving files 01

2 files
+ 15
3
Compare changes
  • Side-by-side
  • Inline

Files

+ 15
0
@@ -14,6 +14,8 @@
@@ -14,6 +14,8 @@
## What is this?
## What is this?
This is a repo for deploying the the printer system used at the c3infodesk for printing EXTREMILY NECESSARY documents.
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
## Roles
Here are the used roles:
Here are the used roles:
@@ -35,6 +37,19 @@ 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.
- 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
## License
MIT / BSD
MIT / BSD
Loading