diff --git a/galaxy.yml b/galaxy.yml index 4aa096c..ae7193a 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,21 +1,27 @@ namespace: finallycoffee name: base -version: 0.2.1 +version: 0.3.0 readme: README.md authors: - transcaffeine -description: Roles for base services which are common dependencies other services like databases +description: >-2 + Roles for base services which are core functionality like managing packages + and ssh or common dependencies other services like databases dependencies: "community.docker": "^4.2.0" + "community.general": "^10.0.0" license_file: LICENSE.md build_ignore: - '*.tar.gz' repository: https://git.finally.coffee/finallycoffee/base issues: https://codeberg.org/finallycoffee/ansible-collection-base/issues tags: + - bootstrap + - ssh + - mosh - docker - lego - minio - nginx - restic - - docker + - user_management