service

Install PostgreSQL in Debian-like systems - Ansible modules apt, stat, shell, service

How to Install PostgreSQL with Ansible in RedHat-like systems? I’m going to show you a live Playbook and some simple Ansible code.

Continue reading

Install PostgreSQL in RedHat-like systems - Ansible modules yum, stat, shell, service

How to Install PostgreSQL with Ansible in RedHat-like systems? I’m going to show you a live Playbook and some simple Ansible code.

Continue reading

Create Kubernetes K8s or OpenShift OCP Service - Ansible module k8s

How to create Kubernetes K8s or OpenShift OCP Service with Ansible?

Continue reading

Deploy Apache HTTPD Container with Podman via Ansible

How to Setup Apache Web Server in a Podman Container for RedHat-like systems with Ansible?

Continue reading

Deploy Apache HTTPD with Podman Using Ansible Playbook

How to Setup Apache Web Server in a Podman Container for RedHat-like systems with Ansible?

Continue reading

Deploy Apache HTTPD on Docker Container with Ansible

How to Setup Apache Web Server in a Docker Container for Debian-like systems with Ansible?

Continue reading

Configure Apache Vhost on RedHat Using Ansible Playbook

How to deploy a webserver apache httpd virtual host on RedHat-like systems with Ansible?

Continue reading

Set Up Apache Vhost on Debian with Ansible Playbook

How to deploy a webserver apache httpd virtual host on Debian-like systems with Ansible?

Continue reading

Deploy Squid Proxy on RedHat Systems with Ansible

How to deploy a proxy server squid on RedHat-like systems with Ansible?

Continue reading

Set Up Apache Webserver on Debian with Ansible Playbook

How to deploy a webserver apache httpd on Debian-like systems with Ansible?

Continue reading

Efficient Web Server Setup Using Ansible Playbook

How to deploy a webserver apache httpd on RedHat-like systems with Ansible?

Continue reading

Stop and disable services on boot on remote hosts - Ansible module service_facts, service

How to stop and disable services on boot on Linux remote hosts with Ansible?

Continue reading

Start and enable services on boot on Linux remote hosts - Ansible module service_facts, service

How to enable services on boot on remote hosts with Ansible?

Continue reading

Efficient NFS Server Setup with Ansible on Red Hat

How to export NFS Share in RedHat-like Linux systems with Ansible?

Continue reading

Restart services on remote hosts - Ansible module service

How to restart services on remote hosts with Ansible? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading