skylab
/
skylab-ansible
Archived
2
0
Fork 0

Restructore project into collection

This commit is contained in:
Ethan Paul 2021-12-11 15:56:53 -05:00
parent 85877f8431
commit 3001e19c7e
No known key found for this signature in database
GPG Key ID: 6A337337DF6B5B1A
63 changed files with 28 additions and 5 deletions

View File

@ -1 +0,0 @@
../resources

View File

@ -1 +0,0 @@
../roles

View File

@ -1 +0,0 @@
../tasks

View File

@ -1 +0,0 @@
../resources

View File

@ -1 +0,0 @@
../vars/

4
requirements.yml Normal file
View File

@ -0,0 +1,4 @@
---
collections:
- source: ./skylab/
type: subdirs

3
skylab/core/README.md Normal file
View File

@ -0,0 +1,3 @@
# Ansible Collection - skylab.core
Documentation for the collection.

19
skylab/core/galaxy.yml Normal file
View File

@ -0,0 +1,19 @@
---
namespace: skylab
name: core
version: 0.0.0
description: Network deployment procedures and configuration state management
authors:
- Ethan Paul <me@enp.one>
license:
- MIT
readme: README.md
tags: []
repository: https://vcs.enp.one/skylab/skylab-ansible/
build_ignore: []
# Collections that this collection requires to be installed for it to be usable. The key of the dict is the
# collection label 'namespace.name'. The value is a version range
# L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version
# range specifiers can be set and are separated by ','
dependencies: {}

View File

@ -0,0 +1,2 @@
---
requires_ansible: ">=2.11,<2.15"