Gather Information About O.S Through Ansible_Facts
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...
ashutoshsingh.hashnode.dev1 min read