mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 17:51:06 -03:30
Merge pull request #6738 from AlanCoding/do_nots
Document name schemes you should never use
This commit is contained in:
@@ -112,6 +112,10 @@ rabbitmq_use_long_name=false
|
|||||||
rabbitmq_enable_manager=false
|
rabbitmq_enable_manager=false
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Recommendations and constraints:
|
||||||
|
- Do not create a group named `instance_group_tower`
|
||||||
|
- Do not name any instance the same as a group name
|
||||||
|
|
||||||
### Security Isolated Rampart Groups
|
### Security Isolated Rampart Groups
|
||||||
|
|
||||||
In Tower versions 3.2+ customers may optionally define isolated groups
|
In Tower versions 3.2+ customers may optionally define isolated groups
|
||||||
@@ -176,6 +180,7 @@ group to access them; only ingress SSH traffic from "controller" instances to
|
|||||||
"isolated" instances is required.
|
"isolated" instances is required.
|
||||||
|
|
||||||
Recommendations for system configuration with isolated groups:
|
Recommendations for system configuration with isolated groups:
|
||||||
|
- Do not create a group named `isolated_group_tower`
|
||||||
- Do not put any isolated instances inside the `tower` group or other
|
- Do not put any isolated instances inside the `tower` group or other
|
||||||
ordinary instance groups.
|
ordinary instance groups.
|
||||||
- Define the `controller` variable as either a group var or as a hostvar
|
- Define the `controller` variable as either a group var or as a hostvar
|
||||||
|
|||||||
Reference in New Issue
Block a user