AWX / Ansible Tower offers a graphical user interface and role-based access control to make ansible … [Read more...] about Ansible Tower / AWX – How to Create Manual SCM Project ?
Configuration Management
Ansible – How to Install and configure AWX ?
Ansible AWX is an upstream project of Ansible Tower. To evaluate ansible Tower, you can deploy AWX … [Read more...] about Ansible – How to Install and configure AWX ?
Ansible Tower (Licensed) vs Ansible AWX (Open Source)
Ansible Tower offers a graphical user interface with role-based access control method for the end … [Read more...] about Ansible Tower (Licensed) vs Ansible AWX (Open Source)
How to Encrypt Playbook using Ansible Vault ?
Ansible provides a secure mechanism to store sensitive information in an encrypted format. In some … [Read more...] about How to Encrypt Playbook using Ansible Vault ?
Ansible – Download Roles from Ansible Galaxy
Writing Playbooks and Roles are simple but yet to spend time for referring to the module's man pages … [Read more...] about Ansible – Download Roles from Ansible Galaxy
Ansible – What is Roles ? Playbook vs Role
Playbook is often used to complete simple tasks. When you would like to perform the multiple tasks, … [Read more...] about Ansible – What is Roles ? Playbook vs Role
Ansible – How to Store Playbook Result in Variable ?
Ansible playbooks/roles often used to complete the specific task which does not require an output. … [Read more...] about Ansible – How to Store Playbook Result in Variable ?
Ansible – Use Loop Functions in Playbook
Ansible "loop" option might look like little backward but it will very useful when you want to … [Read more...] about Ansible – Use Loop Functions in Playbook
Ansible – How to Use facts on Playbooks ? Conditional Check
Ansible playbook can make changes to the list of servers in quick time. Ansible's setup module is … [Read more...] about Ansible – How to Use facts on Playbooks ? Conditional Check
Ansible – How to Gather facts on Remote Server ?
Ansible - "setup" module is responsible to gather facts of the remote hosts. The system facts are … [Read more...] about Ansible – How to Gather facts on Remote Server ?