Tag archives for ansible-playbook
How to automate bash profile deployment in ansible ?
If you dealing with number of servers in day to day basis and if your application is growing rapidly then you may come across with different environment variable which you…
How to create empty file in ansible playbook
Ansible Task to Create new file on remote machine, Validate and Copy Content on Remote Machine In this article I have covered create a new file on remote machine from ansible…
Ansible Playbook validations
Ansible Playbook validations : While writing ansible playbook sometime we need to validate extra vars parameter or tasks. So that we can run ansible playbook without any fatal error or…
Writing custom module in ansible
While Writing custom module in ansible in ansible you need to setup ansible ; If you are not aware from it you can follow step by step instruction in my…
Variable of variable in ansible playbook
While developing Ansible playbook for my on project I have some one usecase regarding use variable of variable in ansible playbook. So I found some workaround as I described in…