Gather Information About O.S Through Ansible_Facts
Apr 18, 2021 · 1 min read · So You want to know the O.S name and version via Ansible Without Wasting Around BEFORE YOU GO THROUGH THIS READ ABOUT ANSIBLE FACT Create 2 Files by the following Command echo "package: httpd" > RedHat-8.yml echo "package: apache2" > Ubuntu-18.yml T...
Join discussion
