Day 58: Ansible Playbooks
Task-01: Creating a File on a Different Server Here is my host file look like To create a file on a different server using Ansible, you can use the file module. write create_file.yml using vim vim create_file.yml Here's an example playbook: --- - n...
Jun 24, 20232 min read11