Turn Your Vehicle Into a Smart Earning Asset

While you’re not driving your car or bike, it can still be working for you. MOTOSHARE helps you earn passive income by connecting your vehicle with trusted renters in your city.

🚗 You set the rental price
🔐 Secure bookings with verified renters
📍 Track your vehicle with GPS integration
💰 Start earning within 48 hours

Join as a Partner Today

It’s simple, safe, and rewarding. Your vehicle. Your rules. Your earnings.

Ansible Variable: How to declare Variables in Ansible Inventory or hosts file?

Example


# user & passowd & sudo without password
[web]			
1.2.3.4	mynameinv=Rajesh in inventory	
1.2.3.5		
1.2.3.6		
1.2.3.7

[web:vars]
ansible_user=user1 
ansible_ssh_pass=pass1 
ansible_become=yes

# user & key & sudo with password
[app]			
2.2.3.4	mynameinv=Rajesh in inventory 		
3.2.3.5		
4.2.3.6
5.2.3.7

[app:vars]
ansible_user=user1  
ansible_ssh_private_key_file=node.pem 
ansible_become=yes 
ansible_become_pass=pass123

# user & key & sudo with Diff user and password
[log]			
6.2.3.4 ansible_user=user1 ansible_ssh_private_key_file=node.pem ansible_become=yes ansible_become_user=user2 ansible_become_pass=pas122
7.2.3.5
8.2.3.6
9.2.3.7

# user & pass & sudo with Diff user and password
[db]			
6.2.3.1 ansible_user=user1 ansible_ssh_pass=pass1 ansible_become=yes ansible_become_user=user2 ansible_become_pass=pass2
7.2.3.2
8.2.3.3
9.2.3.4
Code language: PHP (php)

Certification Courses

DevOpsSchool has introduced a series of professional certification courses designed to enhance your skills and expertise in cutting-edge technologies and methodologies. Whether you are aiming to excel in development, security, or operations, these certifications provide a comprehensive learning experience. Explore the following programs:

DevOps Certification, SRE Certification, and DevSecOps Certification by DevOpsSchool

Explore our DevOps Certification, SRE Certification, and DevSecOps Certification programs at DevOpsSchool. Gain the expertise needed to excel in your career with hands-on training and globally recognized certifications.