mirror of https://github.com/ansible/ansible.git
Adjust assorted terminology and wording around product offerings. (#57242)
* Adjust assorted terminology and wording around product offerings. * Update docs/docsite/rst/dev_guide/style_guide/trademarks.rst * Update docs/docsite/rst/user_guide/modules_support.rst * Update docs/docsite/rst/reference_appendices/tower.rstpull/57249/head
parent
2ef7759be1
commit
c493593b4b
@ -1,12 +1,13 @@
|
||||
.. _ansible_tower:
|
||||
|
||||
Ansible Tower
|
||||
=============
|
||||
Red Hat Ansible Tower
|
||||
=====================
|
||||
|
||||
`Ansible Tower <https://www.ansible.com/products/tower>`_ (formerly 'AWX') is a web-based solution that makes Ansible even more easy to use for IT teams of all kinds. It's designed to be the hub for all of your automation tasks.
|
||||
`Red Hat Ansible Tower <https://www.ansible.com/products/tower>` is a web console and REST API for operationalizing Ansible across your team, organization, and enterpise. It's designed to be the hub for all of your automation tasks.
|
||||
|
||||
Tower allows you to control access to who can access what, even allowing sharing of SSH credentials without someone being able to transfer those credentials. Inventory can be graphically managed or synced with a wide variety of cloud sources. It logs all of your jobs, integrates well with LDAP, and has an amazing browsable REST API. Command line tools are available for easy integration with Jenkins as well. Provisioning callbacks provide great support for autoscaling topologies.
|
||||
Ansible Tower gives you role-based access control, including control over the use of securely stored credentials for SSH and other services. You can sync your Ansible Tower inventory with a wide variety of cloud sources, and powerful multi-playbook workflows allow you to model
|
||||
complex processes.
|
||||
|
||||
Find out more about Tower features and how to download it on the `Ansible Tower webpage <https://www.ansible.com/products/tower>`_. Tower
|
||||
is free for usage for up to 10 nodes, and comes bundled with amazing support from Ansible, Inc. As you would expect, Tower is
|
||||
installed using Ansible playbooks!
|
||||
It logs all of your jobs, integrates well with LDAP, SAML, and other authentication sources, and has an amazing browsable REST API. Command line tools are available for easy integration with Jenkins as well.
|
||||
|
||||
Find out more about Ansible Tower features and how to download it on the `Ansible Tower webpage <https://www.ansible.com/products/tower>`_. Ansible Tower is part of the Red Hat Ansible Automation subscription, and comes bundled with amazing support from Red Hat, Inc.
|
||||
|
Loading…
Reference in New Issue