diff --git a/README.md b/README.md index eab4b32..848bdc2 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,14 @@ ``` 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 -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. -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. ## 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) ### 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 -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 - ansible.builtin.import_playbook: dede.common.test_connection.yml ``` diff --git a/galaxy.yml b/galaxy.yml index b4c6f0d..96fda0d 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -8,7 +8,7 @@ namespace: dede name: common # 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 readme: README.md