6a4f0b56a1
A basic skeleton and molecule has been added to the project which should assist folks looking to contribute roles to the effort. The basic skeleton will initialize the all new roles to test with molecule and provides access to a simple interface develoeprs can leverage to add new roles into the project. A minimal implementation of sphinx docs has been added to the project in support of the new role skeleton. Change-Id: I7a0fea87226b73b72b40e831922183a527ce901a Signed-off-by: Kevin Carter <kecarter@redhat.com>
22 lines
666 B
YAML
22 lines
666 B
YAML
---
|
|
# Copyright 2019 Red Hat, Inc.
|
|
# All Rights Reserved.
|
|
#
|
|
# 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.
|
|
|
|
|
|
- name: Prepare
|
|
hosts: all
|
|
roles:
|
|
- role: test_deps
|