News

Ansible playbooks are simple YAML files, so no programming knowledge is required to create them. However, you’ll need to understand what each module is doing and use them appropriately.
The File Module often is used for creating directories, creating links or deleting remote files and folders. The following will simply create a folder named /etc/newfolder on the remote servers and ...