#Ansible
8 articles
Building a Kubernetes Environment with Terraform and Ansible
A journey of setting up a Kubernetes environment using Terraform and Ansible.
Building a VPS with Terraform and Ansible
Implement VPS infrastructure with Terraform and Ansible on ConoHa, combining IaC resource management and server configuration automation.
Sakura VPS + CentOS7.3 + Ansible
Automate Sakura VPS initial setup with Ansible for user creation, SSH hardening, SELinux configuration, and security lockdown.
Vagrant+CentOS7.3+Ansible
Configure Vagrant with CentOS and Ansible provisioning using SSH connections and automated playbook deployment.
Setting Up Cron with Ansible
Configure cron jobs with Ansible playbooks using YAML syntax and the cron module for task scheduling and automation.
Copy Local Files to Remote with Ansible
Learn Ansible copy module syntax to transfer directory contents to remote servers with proper file permissions configuration.
Building a Vagrant Development Environment (CentOS7.3) with Ansible
Configure Vagrant development environments using Ansible automation with PHP, Ruby, Nginx, MySQL, and Redis infrastructure.
Writing to Remote Files with Ansible
Write and modify remote files using Ansible blockinfile module for infrastructure configuration management and automation.