2018-08-08 01:11:51 -05:00
|
|
|
---
|
2019-01-13 00:50:48 -06:00
|
|
|
# Copyright 2019, Rackspace US, Inc.
|
2018-08-08 01:11:51 -05:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
|
|
|
galaxy_info:
|
|
|
|
author: OpenStack
|
2019-01-13 00:50:48 -06:00
|
|
|
description: Skydive common configuration
|
2018-08-08 01:11:51 -05:00
|
|
|
company: Rackspace
|
2019-01-13 00:50:48 -06:00
|
|
|
license: Apache License, Version 2.0
|
2018-08-08 01:11:51 -05:00
|
|
|
min_ansible_version: 2.5
|
|
|
|
platforms:
|
|
|
|
- name: Ubuntu
|
|
|
|
versions:
|
|
|
|
- xenial
|
2018-08-08 01:46:50 -05:00
|
|
|
- bionic
|
2019-01-13 00:50:48 -06:00
|
|
|
- name: EL
|
|
|
|
versions:
|
|
|
|
- 7
|
|
|
|
- name: opensuse
|
|
|
|
versions:
|
|
|
|
- all
|
2018-08-08 01:11:51 -05:00
|
|
|
categories:
|
|
|
|
- cloud
|
|
|
|
- development
|
2019-01-13 00:50:48 -06:00
|
|
|
- skydive
|
|
|
|
- networking
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
- role: config_template
|