Tuesday, December 26, 2023

Ansible script to check the user is present in all the hosts.

hosts: all tasks: name : Testing Ansible PlayBook user: name="sysadmin" state=present

No comments:

Post a Comment