1
0
Fork 0
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:
Jonathan Rich 2024-12-20 12:12:59 -05:00
parent 69e13731b0
commit efb2979928
No known key found for this signature in database

View file

@ -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