Ansible Modules, File Module, Copy Module, Fetch Module, Git Module, Service Module, Replace Module, Performing Related Operations Using Multiple Module Creating a Playbook and running it.
File module This is used to create files and folder on managed nodes ansible all -m file -a ‘name=/tmp/file5 state=touch’ … Read more