summaryrefslogtreecommitdiff
path: root/docs/docsite/rst/user_guide/playbooks_variables.rst
diff options
context:
space:
mode:
authorAlicia Cozine <879121+acozine@users.noreply.github.com>2021-07-21 12:08:46 -0500
committerGitHub <noreply@github.com>2021-07-21 13:08:46 -0400
commit13c28664ae0817068386b893858f4f6daa702052 (patch)
tree556a99f9fb28cb9060a6d682a28ccb5bb00abc98 /docs/docsite/rst/user_guide/playbooks_variables.rst
parent0e9d1ab1cc14e5d48e4811fba182eb7582d1050a (diff)
downloadansible-13c28664ae0817068386b893858f4f6daa702052.tar.gz
Docs: talk about AWX or the Platform, not Tower (#74952)
* updates Tower page to talk about RHAAP * updates scenario guide Tower references * updates Tower references to use AWX and/or RHAAP * more scenario guides fixes * fix CI failures * Update docs/docsite/rst/porting_guides/porting_guide_2.8.rst * removes tower link * for 2.8, still mention Tower along with AWX and RHAAP * aws guides should be updated in the collection, where they now exist Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
Diffstat (limited to 'docs/docsite/rst/user_guide/playbooks_variables.rst')
-rw-r--r--docs/docsite/rst/user_guide/playbooks_variables.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/user_guide/playbooks_variables.rst b/docs/docsite/rst/user_guide/playbooks_variables.rst
index c0090c49ff..415d5b8891 100644
--- a/docs/docsite/rst/user_guide/playbooks_variables.rst
+++ b/docs/docsite/rst/user_guide/playbooks_variables.rst
@@ -369,7 +369,7 @@ You should choose where to define a variable based on the kind of control you mi
Set variables in inventory that deal with geography or behavior. Since groups are frequently the entity that maps roles onto hosts, you can often set variables on the group instead of defining them on a role. Remember: child groups override parent groups, and host variables override group variables. See :ref:`define_variables_in_inventory` for details on setting host and group variables.
-Set common defaults in a ``group_vars/all`` file. See :ref:`splitting_out_vars` for details on how to organize host and group variables in your inventory. Group variables are generally placed alongside your inventory file, but they can also be returned by dynamic inventory (see :ref:`intro_dynamic_inventory`) or defined in :ref:`ansible_tower` from the UI or API::
+Set common defaults in a ``group_vars/all`` file. See :ref:`splitting_out_vars` for details on how to organize host and group variables in your inventory. Group variables are generally placed alongside your inventory file, but they can also be returned by dynamic inventory (see :ref:`intro_dynamic_inventory`) or defined in AWX or on :ref:`ansible_platform` from the UI or API::
---
# file: /etc/ansible/group_vars/all