Automated Linux Server Management with Ansible
Shared Linux servers are often configured manually via SSH, making changes difficult to track and hard to reproduce on additional systems. A well established solution to this problem is declarative infrastructure management with Ansible. Instead of configuring servers step by step by hand, the desired infrastructure is described as code. Rather than executing commands directly [...]

