Merge branch 'codex/openclaw-playbook-concurrency'
# Conflicts: # roles/vhosts/gateway_openclaw/templates/openclaw.json.j2 # roles/vhosts/xworkmate_bridge/defaults/main.yml
This commit is contained in:
commit
93a3067ea4
@ -23,7 +23,11 @@ xworkmate_bridge_service_environment:
|
|||||||
BRIDGE_AUTH_TOKEN: "{{ xworkmate_bridge_effective_auth_token | default(xworkmate_bridge_auth_token) }}"
|
BRIDGE_AUTH_TOKEN: "{{ xworkmate_bridge_effective_auth_token | default(xworkmate_bridge_auth_token) }}"
|
||||||
BRIDGE_REVIEW_AUTH_TOKEN: "{{ xworkmate_bridge_effective_review_auth_token | default(xworkmate_bridge_review_auth_token) }}"
|
BRIDGE_REVIEW_AUTH_TOKEN: "{{ xworkmate_bridge_effective_review_auth_token | default(xworkmate_bridge_review_auth_token) }}"
|
||||||
BRIDGE_CONFIG_PATH: "{{ xworkmate_bridge_config_file }}"
|
BRIDGE_CONFIG_PATH: "{{ xworkmate_bridge_config_file }}"
|
||||||
xworkmate_bridge_openclaw_gateway_max_active: 5
|
IMAGE: "{{ xworkmate_bridge_effective_runtime_image_ref | default(xworkmate_bridge_runtime_image_ref) }}"
|
||||||
|
XWORKMATE_BRIDGE_OPENCLAW_GATEWAY_MAX_ACTIVE: "{{ xworkmate_bridge_openclaw_gateway_max_active }}"
|
||||||
|
XWORKMATE_BRIDGE_OPENCLAW_GATEWAY_MAX_QUEUED: "{{ xworkmate_bridge_openclaw_gateway_max_queued }}"
|
||||||
|
XWORKMATE_BRIDGE_OPENCLAW_GATEWAY_QUEUE_TIMEOUT: "{{ xworkmate_bridge_openclaw_gateway_queue_timeout }}"
|
||||||
|
xworkmate_bridge_openclaw_gateway_max_active: 2
|
||||||
xworkmate_bridge_openclaw_gateway_max_queued: 20
|
xworkmate_bridge_openclaw_gateway_max_queued: 20
|
||||||
xworkmate_bridge_openclaw_gateway_queue_timeout: 10m
|
xworkmate_bridge_openclaw_gateway_queue_timeout: 10m
|
||||||
xworkmate_bridge_distributed_topology: ""
|
xworkmate_bridge_distributed_topology: ""
|
||||||
|
|||||||
10
test.yml
Normal file
10
test.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
- hosts: localhost
|
||||||
|
tasks:
|
||||||
|
- name: test
|
||||||
|
command: npm -v
|
||||||
|
environment:
|
||||||
|
PATH: "/Users/shenlan/.local/bin:/Users/shenlan/.npm-global/bin:/Users/shenlan/bin:/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin"
|
||||||
|
become: true
|
||||||
|
become_user: shenlan
|
||||||
|
register: out
|
||||||
|
- debug: var=out.stdout
|
||||||
Loading…
Reference in New Issue
Block a user