mirror of
https://github.com/kasmtech/ansible.git
synced 2026-07-17 16:46:36 +00:00
KASM-5903 Update app config file paths
This commit is contained in:
parent
69e13731b0
commit
efb2979928
1 changed files with 3 additions and 3 deletions
|
|
@ -204,19 +204,19 @@ If for any reason you have misplaced your inventory file post installation crede
|
|||
- Existing Database password can be obtained by logging into a webapp host and running the following command:
|
||||
|
||||
```
|
||||
sudo grep " password" /opt/kasm/current/conf/app/api.app.config.yaml
|
||||
sudo grep " password" /opt/kasm/current/conf/app/api/api.app.config.yaml
|
||||
```
|
||||
|
||||
- Existing Redis password can be obtained by logging into a webapp host and running the following command:
|
||||
|
||||
```
|
||||
sudo grep "redis_password" /opt/kasm/current/conf/app/api.app.config.yaml
|
||||
sudo grep "redis_password" /opt/kasm/current/conf/app/api/api.app.config.yaml
|
||||
```
|
||||
|
||||
- Existing Manager token can be obtained by logging into an agent host and running the following command:
|
||||
|
||||
```
|
||||
sudo grep "token" /opt/kasm/current/conf/app/agent.app.config.yaml
|
||||
sudo grep "token" /opt/kasm/current/conf/app/agent/agent.app.config.yaml
|
||||
```
|
||||
|
||||
### Deploying with a remote database
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue