Maxat Akbanov's blog
Maxat Akbanov's blog
Follow
Follow
homeAWSkubernetesAnsiblebashSQLGo
Series

ansible

Ansible

Articles in this series

Iterate over matching files: `with_fileglob` module in Ansible

May 27, 20244 min read

The with_fileglob module in Ansible is used to iterate over files in a directory that match a specified pattern on the Ansible controller machine....

Iterate over matching files: `with_fileglob` module in Ansible

Quick Startup with Ansible

May 26, 20247 min read

Ansible is a powerful automation tool used for configuration management, application deployment, and task automation. It operates by connecting to...

Quick Startup with Ansible