Skip to content
Snippets Groups Projects

Adding role docker images

Merged fejao requested to merge Adding_role_docker_images into main
14 files
+ 246
30
Compare changes
  • Side-by-side
  • Inline
Files
14
@@ -11,3 +11,17 @@ var_setted_only_group_vars: "MESSAGE FROM GROUP_VARS ONLY"
### roles/clone_repositories
###
c3infodesk_printer_folder: "Coding/c3infodesk-printer"
###
### roles/docker_images
###
c3infodesk_printer_folder_docker: "Coding/c3infodesk-printer/docker"
c3infodesk_printer_folder_docker_cups: "Coding/c3infodesk-printer/docker/cups"
c3infodesk_printer_folder_docker_app: "Coding/c3infodesk-printer/docker/app"
c3infodesk_printer_folder_docker_proxy: "Coding/c3infodesk-printer/docker/proxy"
c3infodesk_printer_docker_img_cups_name: "c3printing-cups"
c3infodesk_printer_docker_img_cups_tag: "latest"
c3infodesk_printer_docker_img_app_name: "c3printing-app"
c3infodesk_printer_docker_img_app_tag: "latest"
c3infodesk_printer_docker_img_proxy_name: "c3printing-proxy"
c3infodesk_printer_docker_img_proxy_tag: "latest"
Loading