Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Private mirrors2 #17

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on Sep 6, 2018

  1. Now it's possible to define own clickhouse_repo variable to

    prove an apt configuration string to use.
    
    Also it's possible to define own key id and/or keyserver to download
    the apt key, and/or to provide the apt key within a variable
    `clickhouse_repo_key_data`.
    
    Closes: AlexeySetevoi#15
    amarao committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    09d9f5c View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2018

  1. Change the way distro support is checked, added bionic support.

    Travis supports only for trusty, so other distros couldn't
    be tested.
    
    Now there is a clickhouse_supported_distros list with list
    of supported versions in form of string:
    '{{ ansible_distribution }}_{{ ansible_distribution_release }}'
    amarao committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    5000990 View commit details
    Browse the repository at this point in the history