Tag: devops

How to Create User & group using Ansible Playbook ?

How to Create User & group using Ansible Playbook ?

tutadmin
October 9, 2020

How to Create user & group using Playbook

How to create User & group using Playbook

tutadmin

How to Deploy Web Server using Ansible playbook?

How to Deploy Web Server using Ansible playbook?

tutadmin

How to create a playbook in Ansible?

Ansible in Tamil -15 Creating the Playbooks in Tamil

tutadmin

How to Create a YAML File in Ansible

Site: https://tamiltutera.comTelegram Link: https://t.me/tamiltuteraYoutube Channel: https://www.youtube.com/TamilTutEraBlog: https://tamiltutera.blogspot.com/Like Facebook Page : https://www.facebook.com/tamiltuteraFollow us on Twitter: https://twitter.com/tamiltuteraBlog : https://tamiltutera.blogspot.com Ansible in Tamil 13 Ansible Hosts Selection in Tamil | Ansible Tutorials in Tamil | Ansible DevOps Tutorial in தமிழ்https://youtu.be/rgM7zjgFhHE Ansible in Tamil -12 – Ansible Custom Inventory in Tamil | Ansible DevOps Tutorial in தமிழ்https://youtu.be/qZnPiKlfkr Ansible in […]

tutadmin

Ansible Hosts Selection with examples

Ansible Hosts Selection with examples

tutadmin

How to create custom Inventory in ansible?

#ansible #ansible_inventories_in_tamil #ansible_in_tamilAnsible in Tamil -12 – Ansible Custom Inventory in Tamil | Ansible DevOps Tutorial in தமிழ்https://youtu.be/qZnPiKlfkr Ansible Inventories Documentation: https://docs.ansible.com/ansible/2.6/user_guide/intro_inventory.html Site: https://tamiltutera.comTelegram Link: https://t.me/tamiltuteraYoutube Channel: https://www.youtube.com/TamilTutEraBlog: https://tamiltutera.blogspot.com/Like Facebook Page : https://www.facebook.com/tamiltuteraFollow us on Twitter: https://twitter.com/tamiltuteraBlog : https://tamiltutera.blogspot.com Ansible in Tamil 13 Ansible Hosts Selection in Tamil | Ansible Tutorials in Tamil | Ansible […]

tutadmin

How to use “set_facts” in playbook example-03?

How to use “set_facts” in playbook example-03?

tutadmin
October 6, 2020

How to use “set_facts” module in ansible playbook example-02?

How to use “set_facts” module in ansible playbook example-02? Here is the code to know about the set_facts playbook module in ansible with examples 02 : — # YAML documents begin with the document separator — # the minus in YAML this indicates a list item. The playbook contains a list # of plays, with […]

tutadmin

How to use “set_facts” module in ansible playbook example-01?

How to use “set_facts” module in ansible playbook example-01? Here is the code to know about the set_facts playbook module in ansible example 01 : — # YAML documents begin with the document separator — # the minus in YAML this indicates a list item. The playbook contains a list # of plays, with each play being a dictionary –   # Target: where our play will run and options it will run with   hosts: localhost   # Task: the list of tasks that will be executed within the play, this section   # can also be used for pre and post tasks   tasks:     – name: set a fact       set_fact:         our_fact: Ansible Rocks!     – name: show custom fact       debug:         msg: “{{ our_fact }}” # three dots indicate the end of a YAML document …  

tutadmin
Become a Subscriber
Get the Notify on latest Videos in your Desktop and Mobile . We never spam!