mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 19:37:38 -02:30
Purge remaining references to rampart groups
* Acceptance Docs references * Installer references
This commit is contained in:
@@ -42,8 +42,8 @@ The current standalone instance configuration doesn't change for a 3.1+ deploy.
|
|||||||
|
|
||||||
* Since there is no primary/secondary configuration those inventory groups go away and are replaced with a
|
* Since there is no primary/secondary configuration those inventory groups go away and are replaced with a
|
||||||
single inventory group `tower`. The customer may, *optionally*, define other groups and group instances in those groups. These groups
|
single inventory group `tower`. The customer may, *optionally*, define other groups and group instances in those groups. These groups
|
||||||
should be prefixed with `rampart_`. Instances are not required to be in the `tower` group alongside other `rampart_` groups, but one
|
should be prefixed with `instance_group_`. Instances are not required to be in the `tower` group alongside other `instance_group_` groups, but one
|
||||||
instance *must* be present in the `tower` group. Technically `tower` is a group like any other `rampart_` group but it must always be present
|
instance *must* be present in the `tower` group. Technically `tower` is a group like any other `instance_group_` group but it must always be present
|
||||||
and if a specific group is not associated with a specific resource then job execution will always fall back to the `tower` group:
|
and if a specific group is not associated with a specific resource then job execution will always fall back to the `tower` group:
|
||||||
```
|
```
|
||||||
[tower]
|
[tower]
|
||||||
@@ -51,11 +51,11 @@ The current standalone instance configuration doesn't change for a 3.1+ deploy.
|
|||||||
hostB
|
hostB
|
||||||
hostC
|
hostC
|
||||||
|
|
||||||
[rampart_east]
|
[instance_group_east]
|
||||||
hostB
|
hostB
|
||||||
hostC
|
hostC
|
||||||
|
|
||||||
[rampart_west]
|
[instance_group_west]
|
||||||
hostC
|
hostC
|
||||||
hostD
|
hostD
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user