Author Archives: admin

Ansible: Ad hoc command and first playbook

I have collected some good examples of ad hoc command with specific modules below. EXAMPLE 01: ansible@virtualbox:~/Desktop$ ansible localhost -m find -a “paths=/var/log/ file_type=directory” EXAMPLE 02: Criteria: I would like to find files with specific criteria in a specific directory. … Continue reading

Posted in Uncategorized | Leave a comment