diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..530a87b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +changelogs/.plugin-cache.yaml diff --git a/README.md b/README.md new file mode 100644 index 0000000..8e9f403 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Ansible Collection - nemental.linux + +Documentation for the collection. diff --git a/changelogs/config.yaml b/changelogs/config.yaml new file mode 100644 index 0000000..4a6d5cd --- /dev/null +++ b/changelogs/config.yaml @@ -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 diff --git a/galaxy.yml b/galaxy.yml new file mode 100644 index 0000000..64c798e --- /dev/null +++ b/galaxy.yml @@ -0,0 +1,13 @@ +--- +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 diff --git a/meta/runtime.yml b/meta/runtime.yml new file mode 100644 index 0000000..5e62f06 --- /dev/null +++ b/meta/runtime.yml @@ -0,0 +1,3 @@ +--- + +requires_ansible: ">=2.15.0"