Skip to content
Snippets Groups Projects
Commit ad76c7c5 authored by Thomas Schneider's avatar Thomas Schneider Committed by Lars Beckers
Browse files

Add gl-rt-bridge app

parent 53d59954
No related branches found
No related tags found
1 merge request!4WIP: add acmebot role
This commit is part of merge request !4. Comments created here will be created in the context of that merge request.
......@@ -110,3 +110,6 @@
# - name: restart uwsgi instance netbox rqworker
# service: name="netbox-rqworker" state=restarted
# listen: "restart uwsgi instance netbox"
- name: restart uwsgi instance gl-rt-bridge
service: name="uwsgi@gl-rt-bridge" state=restarted
---
- name: Create rt-client cookie file
file:
name: "{{ app_home }}/RT_Client.{{ gl_rt_bridge.rt_user }}.cookie"
state: touch
owner: "{{ app_user }}"
mode: 0600
---
issue_tag: {{ gl_rt_bridge.issue_tag }}
token: {{ (2**2048)|random }}
rt:
server: {{ gl_rt_bridge.rt_server }}
user: {{ gl_rt_bridge.rt_user }}
pass: {{ gl_rt_bridge.rt_pass }}
cookies: {{ app_home }}
---
app_git_url: 'https://git.fsmpi.rwth-aachen.de/thomas/gl-rt-bridge'
app_git_version: 599f1311cab4c4fd3aa174b6052213d4572c7768
app_config_file: config.yml
app_lang: ruby
app_secret_config: false
app_deploy_key: ""
app_additional_software:
- ruby-dev
gl_rt_bridge:
issue_tag: RT
rt_server: 'https://rt.example.com/'
rt_user: rtuser
rt_pass: hunter2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment