Skip to content

Commit d6c2968

Browse files
authored
Update inventory file variable (#2693)
Add redis_mode to inventory variables Doc Bug in RHAAP 2.5 RPM Installation https://issues.redhat.com/browse/AAP-37501
1 parent 004148d commit d6c2968

4 files changed

+5
-0
lines changed

downstream/modules/platform/ref-gateway-controller-ext-db.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ data.example.com
1919
2020
[all:vars]
2121
admin_password='<password>'
22+
redis_mode=standalone
2223
pg_host='data.example.com'
2324
pg_port=5432
2425
pg_database='awx'

downstream/modules/platform/ref-gateway-controller-hub-eda-ext-db.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ data.example.com
3737
3838
[all:vars]
3939
admin_password='<password>'
40+
redis_mode=standalone
4041
pg_host='data.example.com'
4142
pg_port='5432'
4243
pg_database='awx'

downstream/modules/platform/ref-gateway-controller-hub-ext-db.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ data.example.com
2020
2121
[all:vars]
2222
admin_password='<password>'
23+
redis_mode=standalone
2324
pg_host='data.example.com'
2425
pg_port='5432'
2526
pg_database='awx'

downstream/modules/platform/ref-general-inventory-variables.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ Default = `ansible-automation-platform-25`
6363
Default = `rhel8`
6464
| `redis_mode` | | Redis can be colocated with {Gateway}, {HubName}, and {EDAcontroller} nodes.
6565

66+
Possible values are: `standalone` and `cluster`
67+
6668
Default = cluster
6769
| `registry_password` |`registry_password` | This variable is only required if a non-bundle installer is used.
6870

0 commit comments

Comments
 (0)