> For the complete documentation index, see [llms.txt](https://notes.nomanaziz.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.nomanaziz.me/devops/infrastructure-as-a-code-iac/ansible/5.-ansible-tower.md).

# 5. Ansible Tower

* It is a product created by Red Hat
* It is a framework for ansible
* It provides a GUI. Thus, reducing dependency for command prompt window
* Allows to control access and allow sharing of SSH credentials without someone being able to transfer those credentials
* Provides command line tools for easy integration with Jenkins and also provides great support for autoscaling topologies
* Inventory can be graphically managed or synced with a variety of cloud sources

***

### Tower Parameters

#### Capabilities

1. Control
   \*

   ```
   <figure><img src="/files/6uSVK99SqZ6nqgG6OnVB" alt=""><figcaption></figcaption></figure>
   ```
2. Knowledge
   \*

   ```
   <figure><img src="/files/3DT4g3mSrnS7GpGSHNBD" alt=""><figcaption></figcaption></figure>
   ```
3. Delegation
   \*

   ```
   <figure><img src="/files/GdI9u7ilXupAuyQ7vGlJ" alt=""><figcaption></figcaption></figure>
   ```
4. Support
   \*

   ```
   <figure><img src="/files/mbOxwR2momYaPmOUOlSw" alt=""><figcaption></figcaption></figure>
   ```
5. Maintainence
   * Offers full access to bug fix and requirement
6. Documented CLI
   * Offeres integration of ansible tower into existing toolset

#### Tower Editions

1. Self Support Edition
2. Standard Edition
3. Premium Edition

***

### Tower Features

1. Ansible dashboard
2. Real-Time job status updates
3. Multi-Playbook workflows
4. Who ran what job when (audit trail)
5. Scale capacity with clusters
6. Integrated notifications
7. Scheduled ansible jobs
8. Manage and track entire inventory
9. Self service
10. Rest API & Tower CLI tool
11. Remote command execution

***
