Skip to content

Commit

Permalink
feat: collection galaxy basics
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemental committed Jun 18, 2024
1 parent 4b54b0e commit aa79a94
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
changelogs/.plugin-cache.yaml
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Ansible Collection - nemental.linux

Documentation for the collection.
38 changes: 38 additions & 0 deletions changelogs/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
add_plugin_period: true
changelog_filename_template: ../CHANGELOG.rst
changelog_filename_version_depth: 0
changelog_nice_yaml: false
changes_file: changelog.yaml
changes_format: combined
ignore_other_fragment_extensions: true
keep_fragments: true
mention_ancestor: true
new_plugins_after_name: removed_features
notesdir: fragments
output_formats:
- rst
- md
prelude_section_name: release_summary
prelude_section_title: Release Summary
sanitize_changelog: true
sections:
- - major_changes
- Major Changes
- - minor_changes
- Minor Changes
- - breaking_changes
- Breaking Changes / Porting Guide
- - deprecated_features
- Deprecated Features
- - removed_features
- Removed Features (previously deprecated)
- - security_fixes
- Security Fixes
- - bugfixes
- Bugfixes
- - known_issues
- Known Issues
title: Nemental.Linux
trivial_section_name: trivial
use_fqcn: true
13 changes: 13 additions & 0 deletions galaxy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---

Check failure on line 1 in galaxy.yml

View workflow job for this annotation

GitHub Actions / Ansible Lint

galaxy[no-changelog]

No changelog found. Please add a changelog file. Refer to the galaxy.md file for more info.
namespace: nemental
name: linux
version: 1.0.0
readme: README.md
authors:
- Nemental
description: Everything I need to set up my Linux servers
tags: ["application", "linux", "networking", "security", "tools"]
repository: https://github.com/Nemental/ansible-collection-linux
documentation: https://github.com/Nemental/ansible-collection-linux
homepage: https://github.com/Nemental/ansible-collection-linux
issues: https://github.com/Nemental/ansible-collection-linux/issues
3 changes: 3 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---

requires_ansible: ">=2.15.0"

0 comments on commit aa79a94

Please sign in to comment.