diff options
Diffstat (limited to 'roles/go/meta')
| -rw-r--r-- | roles/go/meta/argument_specs.yml | 12 | ||||
| -rw-r--r-- | roles/go/meta/main.yml | 19 |
2 files changed, 31 insertions, 0 deletions
diff --git a/roles/go/meta/argument_specs.yml b/roles/go/meta/argument_specs.yml new file mode 100644 index 00000000..4f8cebe7 --- /dev/null +++ b/roles/go/meta/argument_specs.yml @@ -0,0 +1,12 @@ +--- +argument_specs: + main: + options: + go_global_version: + type: "str" + description: "The go global version to use" + go_versions: + type: "list" + description: "The go versions to install" + elements: "str" + default: [] diff --git a/roles/go/meta/main.yml b/roles/go/meta/main.yml new file mode 100644 index 00000000..17484257 --- /dev/null +++ b/roles/go/meta/main.yml @@ -0,0 +1,19 @@ +--- +dependencies: + - role: "homebrew" +galaxy_info: + author: "a14m" + description: "Install Go (versions) on Linux distributions" + company: "kartoffeln.work GmbH." + license: "MIT" + min_ansible_version: "2.18" + platforms: + - name: "ArchLinux" + versions: + - "all" + - name: "Ubuntu" + versions: + - "noble" + - name: "Debian" + versions: + - "bookworm" |
