-
Notifications
You must be signed in to change notification settings - Fork 0
/
galaxy.yml
42 lines (35 loc) · 1.01 KB
/
galaxy.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
namespace: osx_provisioner
name: collection
version: "2.2.0"
readme: README.md
authors:
- Niall Byrne <[email protected]>
description: A collection of OSX automation tools for Ansible.
# Either a single license or a list of licenses for content inside of a collection. Ansible Galaxy currently only
# accepts L(SPDX,https://spdx.org/licenses/) licenses. This key is mutually exclusive with 'license_file'
license:
- MIT
# A list of tags you want to associate with the collection for indexing/searching. A tag name has the same character
# requirements as 'namespace' and 'name'
tags:
- apple
- brew
- homebrew
- imac
- ios
- mac
- macbook
- macmini
- macos
- osx
- server
- tools
dependencies:
community.general: ">=6.3.0"
geerlingguy.mac: ">=2.1.1,<3.0.0"
repository: https://github.com/osx-provisioner/collection
documentation: https://github.com/osx-provisioner/collection
homepage: https://www.niallbyrne.ca
issues: https://github.com/osx-provisioner/collection/issues
build_ignore: []