-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
82c32f8
commit fa75c21
Showing
3 changed files
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
argument_specs: | ||
main: | ||
short_description: 'Microsoft Repository' | ||
description: | ||
- 'An Ansible role that adds the L(Microsoft repository,https://packages.microsoft.com) to Linux distributions and installs packages from it.' | ||
author: | ||
- 'Melekhin Anton' | ||
options: | ||
microsoft_repository_mirror_url: | ||
type: 'str' | ||
description: 'The Microsoft repository mirror.' | ||
default: 'https://packages.microsoft.com' | ||
microsoft_repository_gpgkey_url: | ||
type: 'str' | ||
description: | ||
- 'Specify where to fetch the Microsoft repository GPG key file from.' | ||
- 'By default, the role uses the official Microsoft repository GPG key.' | ||
default: '{{ microsoft_repository_mirror_url }}/keys/microsoft.asc' | ||
microsoft_repository_dirs_list: | ||
type: 'list' | ||
elements: 'dict' | ||
description: 'A list of repository directories.' | ||
microsoft_repository_packages: | ||
type: 'list' | ||
description: 'A list of packages you want to install.' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters