1.

What is Ansible Tower and what are its features?

Answer»

Ansible Tower is an enterprise-level solution by RedHat. It provides a web-based console and REST API to manage Ansible across teams in an organization. There are many features such as

  • Workflow Editor - We can set up different dependencies among playbooks, or running multiple playbooks maintained by different teams at once
  • Real-Time ANALYSIS - The status of any play or TASKS can be monitored easily and we can check what’s going to run next
  • Audit Trail - Tracking logs are very important so that we can quickly revert back to a FUNCTIONAL state if something bad happens.
  • Execute Commands Remotely - We can use the tower to run any command to a host or group of hosts in our inventory.

There are other features also such as Job Scheduling, NOTIFICATION INTEGRATION, CLI, etc.



Discussion

No Comment Found