Skip to content

Commit

Permalink
Clean up repository
Browse files Browse the repository at this point in the history
  • Loading branch information
x86-39 committed Jan 27, 2024
1 parent 14f4e56 commit b574465
Show file tree
Hide file tree
Showing 11 changed files with 489 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,4 @@ dmypy.json
.pyre/

*.mp4
*.png
**/frames/*.png
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Ansible Collection - diademiemi.bad_apple
========================================
Documentation for the collection bad_apple.

<img src="https://raw.githubusercontent.com/diademiemi/ansible_collection_diademiemi.bad_apple/main/thumbnail.png" width="50%">

[YouTube Video](https://www.youtube.com/watch?v=Wb9iwFk3atA)

This is an Ansible Collection which features:
- A module `render_frame` which converts a frame of the Bad Apple video into an ASCII art representation.
Expand Down
1 change: 0 additions & 1 deletion ansible_collection_diademiemi.bad_apple.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"redhat.ansible",
"redhat.vscode-yaml",
"hashicorp.terraform",
"GitHub.copilot-nightly",
"GitLab.gitlab-workflow",
"yzhang.markdown-all-in-one"
]
Expand Down
21 changes: 21 additions & 0 deletions changelogs/CHANGELOG-v.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
==================================
diademiemi.bad_apple Release Notes
==================================

.. contents:: Topics


v1.0.1
======

Release Summary
---------------

Create Bad Apple playbook

Major Changes
-------------

- Clean up README
- add bad-apple playbook
- add render_frame module
12 changes: 12 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
ancestor: null
releases:
1.0.1:
changes:
major_changes:
- Clean up README
- add bad-apple playbook
- add render_frame module
release_summary: Create Bad Apple playbook
fragments:
- major.yml
release_date: '2024-01-27'
5 changes: 0 additions & 5 deletions changelogs/fragments/major.yml

This file was deleted.

15 changes: 15 additions & 0 deletions docs/environment_variables.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

:orphan:

.. meta::
:antsibull-docs: 2.6.1

.. _list_of_collection_env_vars:

Index of all Collection Environment Variables
=============================================

The following index documents all environment variables declared by plugins in collections.
Environment variables used by the ansible-core configuration are documented in :ref:`ansible_configuration_settings`.

No environment variables have been defined.
64 changes: 64 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@


.. meta::
:antsibull-docs: 2.6.1


.. _plugins_in_diademiemi.bad_apple:

Diademiemi.Bad_Apple
====================

Collection version 1.0.1

.. contents::
:local:
:depth: 1

Description
-----------

Bad Apple but it's Ansible

**Author:**

* diademiemi <[email protected]>

**Supported ansible-core versions:**

* 2.11.0 or newer

.. ansible-links::

- title: "Issue Tracker"
url: "https://github.com/diademiemi/ansible_collection_diademiemi.bad_apple/issues"
external: true
- title: "Repository (Sources)"
url: "https://github.com/diademiemi/ansible_collection_diademiemi.bad_apple"
external: true




.. toctree::
:maxdepth: 1


Plugin Index
------------

These are the plugins in the diademiemi.bad_apple collection:


Modules
~~~~~~~

* :ansplugin:`render_frame module <diademiemi.bad_apple.render_frame#module>` -- Render a frame

.. toctree::
:maxdepth: 1
:hidden:

render_frame_module


Loading

0 comments on commit b574465

Please sign in to comment.