├── README.md ├── module1 ├── module1.md └── nginx.yaml ├── module2 └── lista2.md ├── module3 ├── debug.yaml └── module3.md ├── module4 └── module4.md └── module5 └── module5.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Solvro/devops-wakacyjne-wyzwanie-2025/HEAD/README.md -------------------------------------------------------------------------------- /module1/module1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Solvro/devops-wakacyjne-wyzwanie-2025/HEAD/module1/module1.md -------------------------------------------------------------------------------- /module1/nginx.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Solvro/devops-wakacyjne-wyzwanie-2025/HEAD/module1/nginx.yaml -------------------------------------------------------------------------------- /module2/lista2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Solvro/devops-wakacyjne-wyzwanie-2025/HEAD/module2/lista2.md -------------------------------------------------------------------------------- /module3/debug.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Solvro/devops-wakacyjne-wyzwanie-2025/HEAD/module3/debug.yaml -------------------------------------------------------------------------------- /module3/module3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Solvro/devops-wakacyjne-wyzwanie-2025/HEAD/module3/module3.md -------------------------------------------------------------------------------- /module4/module4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Solvro/devops-wakacyjne-wyzwanie-2025/HEAD/module4/module4.md -------------------------------------------------------------------------------- /module5/module5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Solvro/devops-wakacyjne-wyzwanie-2025/HEAD/module5/module5.md --------------------------------------------------------------------------------