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 …
October 6, 2020
How to create and access set_facts module in ansible playbook examples?
November 8, 2020
What is Ansible Tower 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 Tower official Link:https://www.ansible.com/products/towerAnsible Tower Documentation:https://docs.ansible.com/ansible-tower/latest/html/quickinstall/index.htmlAnsible Tower Administration Guide:https://docs.ansible.com/ansible-tower/latest/html/administration/index.html ansible #ansible_tower_in_tamil #devops_in_tamil #tamiltutera
June 2, 2021
How to use “set_facts” in playbook example-03?
October 6, 2020
How to Enable Ansible PS Remoting for Windows Machine?
August 25, 2023
How to create and access host variables inside the playbook
October 11, 2020