mirror of
https://github.com/ansible/awx.git
synced 2026-04-04 01:35:11 -02:30
Added the ability, to set the broadcast_websocket_secret variable.
This is nessesary if you would like to rerun the playbook. Signed-off-by: JoelKle <34544090+JoelKle@users.noreply.github.com>
This commit is contained in:
@@ -117,6 +117,11 @@ create_preload_data=True
|
||||
# your credentials
|
||||
secret_key=awxsecret
|
||||
|
||||
# By default a broadcast websocket secret will be generated.
|
||||
# If you would like to *rerun the playbook*, you need to set a unique password.
|
||||
# Otherwise it would generate a new one every playbook run.
|
||||
# broadcast_websocket_secret=
|
||||
|
||||
# Build AWX with official logos
|
||||
# Requires cloning awx-logos repo as a sibling of this project.
|
||||
# Review the trademark guidelines at https://github.com/ansible/awx-logos/blob/master/TRADEMARKS.md
|
||||
|
||||
Reference in New Issue
Block a user