diff options
author | AlanCoding <arominge@redhat.com> | 2017-06-26 19:54:36 +0200 |
---|---|---|
committer | AlanCoding <arominge@redhat.com> | 2017-06-26 19:54:36 +0200 |
commit | e4fa060cf28e38d2d01d61fd60e019c2e0e79f41 (patch) | |
tree | 0669b714e004b152a8737a412d6636eca752b86a /docs | |
parent | Merge pull request #6595 from jangsutsr/6234_set_priority_rules_for_find_matc... (diff) | |
download | awx-e4fa060cf28e38d2d01d61fd60e019c2e0e79f41.tar.xz awx-e4fa060cf28e38d2d01d61fd60e019c2e0e79f41.zip |
document namings you should never use
Diffstat (limited to 'docs')
-rw-r--r-- | docs/clustering.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/clustering.md b/docs/clustering.md index 0c0d2b0ab6..df8cdae87f 100644 --- a/docs/clustering.md +++ b/docs/clustering.md @@ -112,6 +112,10 @@ rabbitmq_use_long_name=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 In Tower versions 3.2+ customers may optionally define isolated groups @@ -177,6 +181,7 @@ group to access them; only ingress SSH traffic from "controller" instances to "isolated" instances is required. 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 ordinary instance groups. - Define the `controller` variable as either a group var or as a hostvar |