diff --git a/README.md b/README.md index bbc7fbf..f93a6a7 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,8 @@ This anisble role should be executet on ``localhost``. **Without ansible galaxy:** -Add this role to your roles as ``ansible_version``. + +Add this role to your roles as ``ansible_version``. *Example:* ```bash git clone https://github.com/chaos-bodensee/role-ansible_version.git roles/ansible_version ``` diff --git a/meta/main.yml b/meta/main.yml new file mode 100644 index 0000000..daa8aae --- /dev/null +++ b/meta/main.yml @@ -0,0 +1,25 @@ +--- +galaxy_info: + author: L3D + description: Make sure you are only executing ansible with at least a specific ansible version. + license: "MIT" + min_ansible_version: 2.9 + github_branch: master + role_name: ansible_version + platforms: + - name: Archlinux + versions: all + - name: Debian + versions: + - all + - name: Ubuntu + versions: + - all + - name: Fedora + versions: + - all + galaxy_tags: + - version + - playbook + - versioncheck +dependencies: []