After my earlier post ansible create an array with set_fact, I wanted to grab some selected information from VMware ESXi Advanced setting. but the problem was when I use ansible module vmware_host_config_info, information generated here was in below json format. (Note: There are tons of advanced…
Blog posts March 2020
ansible create an array with set_fact
In one of my vSphere Ansible automation task, I was looking for to create a new array variable using set_fact. here I have achieved the same task using 2 different playbook with small way procedure. In the both methods on the vars I have defined infra variable where I have defined my VMware esxi s…
Resolved: Git warning LF will be replaced by CRLF in file
While using git add command I was receiving below error.
warning: LF will be replaced by CRLF in ansible.cfg.
The file will have its original line endings in your working directory
In Unix systems the end of a line is represented with a line feed (LF). In windows a line is represented with a …
Ansible selectattr The error was TemplateRuntimeError no test named 'equalto'
I was working on small Ansible playbook project and wrote a msg to filter nested yaml dictionary as below, in the script is was using selectattr() function to list only selected filtered attribute property information.
Getting started Ansible AWX tower for IT automation run first playbook
Blog Search
Page Views
10757792
Archive
- November 2023 (1)
- September 2023 (6)
- July 2023 (15)
- June 2023 (5)
- May 2023 (9)
- April 2023 (4)
- March 2023 (7)
- February 2023 (1)
- January 2023 (1)
- December 2022 (10)
Comments
-
cherylNovember 16, 2023 12:54AM
-
AdamNovember 13, 2023 12:29PM
-
WillNovember 2, 2023 11:42PM
-
MidgyOctober 11, 2023 07:51PM
-
TomaszOctober 6, 2023 10:26PM