
This adds the basic framing to git clone and install carbon. Follow up patches will add support for service configuration and installation. Change-Id: Ia2993fb9842bf9eee7a3bff537800242915f5cdf Signed-off-by: Paul Belanger <pabelanger@redhat.com>
29 lines
966 B
YAML
29 lines
966 B
YAML
# Copyright 2018 Red Hat, Inc.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
# License for the specific language governing permissions and limitations
|
|
# under the License.
|
|
---
|
|
# tasks/config.yaml
|
|
carbon_git_dest: "{{ ansible_user_dir }}/src/github.com/graphite-project/carbon"
|
|
carbon_git_uri: https://github.com/graphite-project/carbon
|
|
carbon_git_version: master
|
|
# carbon_git_update
|
|
|
|
carbon_install_method: git
|
|
|
|
carbon_pip_name: carbon
|
|
# carbon_pip_executable:
|
|
# carbon_pip_extra_args:
|
|
# carbon_pip_version:
|
|
# carbon_pip_virtualenv_python:
|
|
# carbon_pip_virtualenv:
|