Best of IaC โ€” May 2025

  1. 1
    Article
    Avatar of faunFaunยท1y

    Do These 5 Ansible Projects โ€” DevOps Job Guaranteed

    The post outlines five Ansible projects that can enhance the skills of someone pursuing a DevOps role. It describes real-life scenarios ranging from setting up a workstation to managing Docker containers and building scalable web platforms with CI/CD. Each project increases in complexity and offers practical implementations to build a portfolio, focusing on automation, security, and integration of tools like Ansible, Docker, and CI/CD pipelines.

  2. 2
    Article
    Avatar of awsfundamentalsAWS Fundamentalsยท52w

    Alchemy - Reimagining Infrastructure-as-Code for Modern Development

    Alchemy is a next-generation infrastructure-as-code framework built entirely in ESM-native TypeScript. It simplifies cloud resource management by eliminating the need for multiple languages and complex toolchains, offering lightweight, composable async TypeScript functions. Alchemy interacts directly with cloud services APIs, providing a straightforward and flexible approach to infrastructure management, making it accessible for developers within the TypeScript ecosystem.

  3. 3
    Article
    Avatar of faunFaunยท1y

    How To Integrate Security Into Ansible? ๐Ÿ”’

    Integrating security into Ansible is straightforward and can be enjoyable. Key methods include using SSH keys for secure connections, managing user permissions with Ansible modules, encrypting sensitive information with Ansible Vault, configuring firewall rules, and ensuring regular package updates. These practices enhance security while maintaining efficiency in managing infrastructure.