top of page

Backup Using Ansible

Updated: Jul 20, 2020

This is a simple example of an Ansible script.


#01) All my files:

#02) ansible.cfg:

#03) hosts

#04) Script task:

#05) Running the script and asking for password:

#06) File generated:

#07) Checking the generated file:


102 views0 comments

Recent Posts

See All

Mobile | Secret Phone Codes

Our smartphones have become extensions of ourselves, facilitating much of our communication and storing troves of private data. If someone wants to monitor your activity, tapping your phone is a viabl

Mouse & Keyboard Bot

This article illustrates how to automate mouse and keyboard movements using pyautogui module in python. This module is not preloaded with python. So to install it run the following command: The code s

Edit a Website with a Java console

Edit a website – even if it’s not yours! This is how you can edit any website directly from your browser: #1) Open a Webpage; #2) Right-click on any spot in the website, select “Inspect Element”; #3)

bottom of page