diff --git a/meta/main.yml b/meta/main.yml new file mode 100644 index 0000000..134ca96 --- /dev/null +++ b/meta/main.yml @@ -0,0 +1,31 @@ +--- +dependencies: [] + +galaxy_info: + role_name: docker + author: NoNo + description: Docker for Linux. + company: "NoNoGrr" + license: "license (BSD, MIT)" + min_ansible_version: 2.10 + platforms: + - name: Fedora + versions: + - all + - name: Debian + versions: + - buster + - bullseye + - bookworm + - name: Ubuntu + versions: + - bionic + - focal + - jammy + - noble + galaxy_tags: + - containers + - docker + - orchestration + - compose + - server \ No newline at end of file