#Ansible

8 articles

Building a Kubernetes Environment with Terraform and Ansible
Infrastructure 2021-04-06

Building a Kubernetes Environment with Terraform and Ansible

A journey of setting up a Kubernetes environment using Terraform and Ansible.

#Ansible#Kubernetes#Terraform#kubeadm
Building a VPS with Terraform and Ansible
Infrastructure 2020-12-20

Building a VPS with Terraform and Ansible

Implement VPS infrastructure with Terraform and Ansible on ConoHa, combining IaC resource management and server configuration automation.

#Ansible#VPS#OpenStack#Terraform
Sakura VPS + CentOS7.3 + Ansible
Infrastructure 2017-10-01

Sakura VPS + CentOS7.3 + Ansible

Automate Sakura VPS initial setup with Ansible for user creation, SSH hardening, SELinux configuration, and security lockdown.

#Ansible#CentOS#Sakura VPS#IaaS
Vagrant+CentOS7.3+Ansible
Infrastructure 2017-10-01

Vagrant+CentOS7.3+Ansible

Configure Vagrant with CentOS and Ansible provisioning using SSH connections and automated playbook deployment.

#Ansible#CentOS#Vagrant
Setting Up Cron with Ansible
Infrastructure 2017-09-26

Setting Up Cron with Ansible

Configure cron jobs with Ansible playbooks using YAML syntax and the cron module for task scheduling and automation.

#Ansible#cron
Copy Local Files to Remote with Ansible
Infrastructure 2017-09-26

Copy Local Files to Remote with Ansible

Learn Ansible copy module syntax to transfer directory contents to remote servers with proper file permissions configuration.

#Ansible
Building a Vagrant Development Environment (CentOS7.3) with Ansible
Infrastructure 2017-09-26

Building a Vagrant Development Environment (CentOS7.3) with Ansible

Configure Vagrant development environments using Ansible automation with PHP, Ruby, Nginx, MySQL, and Redis infrastructure.

#Ansible#CentOS#Vagrant
Writing to Remote Files with Ansible
Infrastructure 2017-09-26

Writing to Remote Files with Ansible

Write and modify remote files using Ansible blockinfile module for infrastructure configuration management and automation.

#Ansible