-
Notifications
You must be signed in to change notification settings - Fork 0
/
galaxy.yml
34 lines (30 loc) · 871 Bytes
/
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
namespace: drew1kun
name: mac
version: 1.1.2
readme: README.md
authors:
- Andrew Shagayev <[email protected]>
description: Ansible Collection of roles for programmatic MacOS workstation configuration.
# The path to the license file for the collection. This path is relative to the root of the collection. This key is
# mutually exclusive with 'license'
license_file: 'LICENSE'
tags:
- macos
- osx
- development
- workstation
- mas
- terminal
- iterm2
- dock
- pf
- refind
#dependencies:
# community.general: ">=3.0.0"
repository: https://github.com/drew1kun/ansible-collection-mac.git
documentation: https://github.com/drew1kun/ansible-collection-mac/blob/main/README.md
homepage: https://github.com/drew1kun/ansible-collection-mac
issues: https://github.com/drew1kun/ansible-collection-mac/issues
build_ignore:
- '*.tar.gz'
- 'signatures'