mirror of
https://github.com/kasmtech/ansible
synced 2025-01-09 18:28:45 +00:00
5 lines
249 B
YAML
5 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
|