Creating new files is a pretty standard task in server scripts. In Ansible there are multiple methods to create new empty files. You can also set different permissions, different group permissions, set the owner of the file, create files with content in them etc. Let us go through some ways in which it can be […]