Restructore project into collection
This commit is contained in:
parent
85877f8431
commit
3001e19c7e
@ -1 +0,0 @@
|
||||
../resources
|
@ -1 +0,0 @@
|
||||
../roles
|
@ -1 +0,0 @@
|
||||
../tasks
|
@ -1 +0,0 @@
|
||||
../resources
|
@ -1 +0,0 @@
|
||||
../vars/
|
4
requirements.yml
Normal file
4
requirements.yml
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
collections:
|
||||
- source: ./skylab/
|
||||
type: subdirs
|
3
skylab/core/README.md
Normal file
3
skylab/core/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# Ansible Collection - skylab.core
|
||||
|
||||
Documentation for the collection.
|
19
skylab/core/galaxy.yml
Normal file
19
skylab/core/galaxy.yml
Normal 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: {}
|
2
skylab/core/meta/runtime.yml
Normal file
2
skylab/core/meta/runtime.yml
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
requires_ansible: ">=2.11,<2.15"
|
Reference in New Issue
Block a user