mirror of
https://github.com/kasmtech/ansible
synced 2025-01-09 10:18:47 +00:00
4 lines
249 B
YAML
4 lines
249 B
YAML
- name: Install database role
|
|
command: "bash {{ tempdir.path }}/kasm_release/install.sh -S db -e -Q {{database_password}} -R {{redis_password}} -U {{user_password}} -P {{admin_password}} -M {{manager_token}}"
|
|
register: db_install
|
|
become: true
|