Ahmed AlkabaryDec 23, 20206 minRHCE Ansible Series #7: Jinja2 TemplatesIn the previous tutorial about decision making in Ansible, you learned how to do simple file modifications by using the blockinfile or...
Ahmed AlkabaryDec 23, 202012 minRHCE Ansible Series #6: Decision Making in AnsibleIn this tutorial, you will learn how to add decision making skills to your Ansible playbooks. You will learn to: Use when statements to...
Ahmed AlkabaryDec 22, 20206 minRHCE Ansible Series #5: Ansible LoopsYou may sometimes want to repeat a task multiple times. For example, you may want to create multiple users, start/stop multiple services,...