readme updates

This commit is contained in:
xcad2k
2021-12-30 11:58:26 +01:00
parent 0083bc01a1
commit 6739050ff9
3 changed files with 15 additions and 15 deletions

View File

@@ -1,15 +1,19 @@
# 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).
### 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 wont always be the case.
⚠️ 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 wont always be the case.
### Contribution and Support
If youd like to contribute to this project, reach out to me on social media or [Discord](https://discord.gg/bz2SN7d), or create a pull request for the necessary changes.
🤝 If youd like to contribute to this project, reach out to me on social media or [Discord](https://discord.gg/bz2SN7d), 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.