v0.3.1 bumping version for latest changes

This commit is contained in:
2025-11-07 16:47:07 +01:00
parent fb6fd031f4
commit 9369d7389d
2 changed files with 9 additions and 6 deletions

View File

@@ -8,11 +8,14 @@
``` ```
this ansible collection primarily aims to provide common roles that i've been building this ansible collection primarily aims to provide common roles that i've been building
for either my home or the wululu web network and systems. for either my home or the wululu web network and systems.
by publishing it i hope it can be useful for anyone looking for inspiration by publishing it i hope it can be useful for anyone looking for inspiration
or even roles ready-to-go. or even roles ready-to-go.
please mind that everything in this collection mainly focuses debian as a server operating system. please mind that everything in this collection mainly focuses debian as a server operating system.
thus i will not add features specific to other operating systems unless i really need to. thus i will not add features specific to other operating systems unless i really need to.
if you have any questions or suggestions feel free to get in touch with me. if you have any questions or suggestions feel free to get in touch with me.
## contents ## contents
@@ -23,10 +26,10 @@ if you have any questions or suggestions feel free to get in touch with me.
* **docker** a docker install role to install docker-ce engine [🠞README](roles/docker/README.md) * **docker** a docker install role to install docker-ce engine [🠞README](roles/docker/README.md)
### playbooks ### playbooks
* **test_connection.yml** a playbook to test ansible and connectivity by running the `test` and the role * **test_connection.yml** a playbook to test ansible and connectivity by running ansible pings and the role `test`.
## usage ## usage
to use a **playbook** provided with this collection you can use `import_playbook`: to use a **playbook** provided with this collection you can use `import_playbook`:
```yaml ```yaml
- ansible.builtin.import_playbook: dede.common.test_connection.yml - ansible.builtin.import_playbook: dede.common.test_connection.yml
``` ```

View File

@@ -8,7 +8,7 @@ namespace: dede
name: common name: common
# The version of the collection. Must be compatible with semantic versioning # The version of the collection. Must be compatible with semantic versioning
version: 0.3.0 version: 0.3.1
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection # The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md readme: README.md