-
-
Notifications
You must be signed in to change notification settings - Fork 114
/
galaxy.yml
48 lines (41 loc) · 1.05 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
43
44
45
46
47
48
---
namespace: geerlingguy
name: mac
version: "1.2.0"
readme: README.md
authors:
- geerlingguy
description: Collection of macOS 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:
- mac
- macos
- tools
- osx
- homebrew
- brew
- workstation
- dev
- mas
- appstore
- apps
- configure
- development
- apple
- ios
- macbook
- imac
- macmini
- server
dependencies:
community.general: ">=3.0.0"
repository: https://github.com/geerlingguy/ansible-collection-mac
documentation: https://github.com/geerlingguy/ansible-collection-mac
homepage: https://www.jeffgeerling.com
issues: https://github.com/geerlingguy/ansible-collection-mac/issues
build_ignore: []