- name: Set clickhouse connect string set_fact: clickhouse_connection_string="clickhouse-client -h 127.0.0.1 -udefault" - name: Create database {{ role_clickhouse_db }} if not exist command: | {{ clickhouse_connection_string }} -q 'CREATE DATABASE IF NOT EXISTS `{{ role_clickhouse_db }}`'
понял, модулей как понимаю нет
Обсуждают сегодня