Python OS Module Tutorial and Examples

Python OS Module Tutorial and Examples To interact with the file system or to deal with filenames, paths, directories we use python os module. in this blog post i will show you some of...

Ansible Become Root,True,Sudo,User-DecodingDevOps

Ansible Become Root,True,Sudo,User-DecodingDevOps Ansible become is used for  privilege escalation. ansible become true or become set to yes to activate privilege escalation. ansible become user defines the user which is being used to execute...

Ansible Blockinfile Examples

Ansible Blockinfile Examples Ansible blockinfile module is used to insert/update/remove a block of lines in a file. This module will insert/update/remove a block of multi-line text surrounded by customizable marker lines. in this blog...

Ansible Vault Tutorial

Ansible Vault Tutorial Ansible Vault is a feature that allows you to keep all your secrets safe and you can encrypt the secret files. Ansible Vault is primarily useful when you want to store...

How To Configure Nginx Web Server On Centos 7

How To Configure Nginx Web Server On Centos 7 Nginx is an open source HTTP Web server and it will work like a reverse proxy server. Nginx is a high‑performance, highly scalable Web server....