generated from 39services/ansible_collection_39systems.template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
489 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -151,4 +151,4 @@ dmypy.json | |
.pyre/ | ||
|
||
*.mp4 | ||
*.png | ||
**/frames/*.png |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
Oops, something went wrong.