reuse
6 Ansible tutorials tagged “reuse”. Working examples covering automation, configuration management, and DevOps workflows.
Ansible troubleshooting — the "role not found" error
playbooks · 4
Discover how to resolve the role not found error in Ansible by correctly specifying and locating roles for seamless playbook execution.
Download and Use Ansible Galaxy Collection — ansible-galaxy and requirements.yml
playbooks · 3
Learn how to download and use the Ansible Galaxy Collection community.general with ansible-core in a system, including a real-life example.
Download and Use Ansible Galaxy Role — ansible-galaxy and requirements.yml
playbooks · 3
Learn how to download and use the Ansible Galaxy Role lucab85.ansible_role_log4shell with ansible-core, including a step-by-step example.
Execute command on the Ansible host — Ansible localhost
playbooks · 2
How to execute Ansible command(s) or task(s) on localhost using the connection plugin local and the right ansible internals variables.
Introducing the zabbix_add_host Ansible Role Simplifying Certificate Validation with Zabbix
playbooks · 5
Simplifying Zabbix Server Management with the ‘zabbix_add_host’ Ansible Role by Steffen Scheib, Senior Technical Account Manager at Red Hat
Ansible terminology — What is an Ansible Playbook?
playbooks · 3
A step-by-step guide inside the Ansible Playbook anatomy: play, tasks, modules, conditional, loop, handler, variable, list.