MRMo Rizalinmorizal.hashnode.dev·5h ago · 20 min readZero-Touch Provisioning With Ansible: From 0 To Secure Production Ready ServerProvisioning a new server is often more complicated than simply installing a few packages. A fresh Ubuntu server may start with almost nothing configured. An engineer still needs to create users, conf00
MRMo Rizalinmorizal.hashnode.dev·6d ago · 7 min read7 Docker Compose Patterns Every Devops Engineer Should KnowDocker compose has become one of the most widely used tools for running multi container applications, with a simple YAML file, engineers can spin up multiple containers at once However, defining the p00