From 07ff2657665b990b2aaba82e0662362fec841be4 Mon Sep 17 00:00:00 2001 From: xcad2k <28359525+xcad2k@users.noreply.github.com> Date: Tue, 19 Oct 2021 10:16:59 +0200 Subject: [PATCH] Readme update --- README.md | 28 ++++++++++++++++++++++++++-- test.yaml | 7 ------- 2 files changed, 26 insertions(+), 9 deletions(-) mode change 100644 => 100755 README.md delete mode 100644 test.yaml diff --git a/README.md b/README.md old mode 100644 new mode 100755 index e14f195..3237cdd --- a/README.md +++ b/README.md @@ -1,2 +1,26 @@ -# boilerplates -Templates and configurations for various projects and deployment scenarios +# Boilerplates for Automation and Deployment +These are my templates and configurations I use in various projects and deployment scenarios. They are based on automation and deployment tools such as [Ansible](https://github.com/xcad2k/boilerplates/tree/main/ansible), [Docker](https://github.com/xcad2k/boilerplates/tree/main/docker-compose), [Terraform](https://github.com/xcad2k/boilerplates/tree/main/terraform), and much more. + +I created them as free resources to be extended by you according to your specific use cases. If you're searching for detailed, in-depth tutorials on some tools or templates, check out my YouTube Channel: [The Digital Life](https://www.youtube.com/channel/UCZNhwA1B5YqiY1nLzmM0ZRg). + +**`ris:ErrorWarning` Warning** +Please beware that products can change over time. I do my best to keep up with the latest changes and releases, but please understand that this won’t always be the case. + +**`ris:HandHeart` Contribution** +If you’d like to contribute to this project, reach out to me on social media, or create a pull request for the necessary changes. + +## Sections +[Ansible](https://github.com/xcad2k/boilerplates/tree/main/ansible) +IT automation tool to configure systems, deploy software, and orchestrate IT tasks. + +[Docker](https://github.com/xcad2k/boilerplates/tree/main/docker-compose) +Package applications as portable container images to run in any environment. + +[Kubernetes](https://github.com/xcad2k/boilerplates/tree/main/kubernetes) +Container orchestrator to run applications in scalable environments. + +[Terraform](https://github.com/xcad2k/boilerplates/tree/main/terraform) + Infrastructure as code software to plan, deploy and manage infrastructure. + +[Vagrant](https://github.com/xcad2k/boilerplates/tree/main/vagrant) +Automate development environments, packages, operating system configuration, users, and more. diff --git a/test.yaml b/test.yaml deleted file mode 100644 index 8915151..0000000 --- a/test.yaml +++ /dev/null @@ -1,7 +0,0 @@ ---- -- hosts: all - - tasks: - - - name: checks - shell: echo {{ lookup('env','USER') }} \ No newline at end of file