1
0
Fork 0
mirror of https://github.com/kasmtech/ansible.git synced 2026-07-17 16:46:36 +00:00

Merge branch 'bugfix/KASM-8472-redirect-ansible-issues-to-central-issue-tracker' into 'develop'

KASM-8472 redirect ansible issues to central issue tracker

Closes KASM-8472

See merge request kasm-technologies/internal/ansible!25
This commit is contained in:
Richard Koliser 2026-07-15 19:38:20 +00:00
commit a41b7fe049

View file

@ -286,3 +286,8 @@ Using these playbooks assumes you have allready gone through the installation pr
* Modify `retention_days` in inventory to change the number of days that logs backups are retained on db host
* Set `local_backup_dir` to define a path on the local ansible host where backups will be stored, if unset backups will only exist on the remote server
* OS Patching (patch_os.yml)- This will update system packages and reboot on all hosts defined in inventory or optionally be limited to a zone, group or single server passing the `--limit` flag. Example Usage `ansible-playbook -i inventory --limit zone1_agent_1 patch_os.yml`
## Reporting Issues
To report any issues for this repository, please use our central issue tracker: **[Kasm Workspaces Issue Tracker](https://github.com/kasmtech/workspaces-issues/issues)**