robertdebock.microsoft_repository_keys
Ansible Role: Microsoft Repository Keys
This role helps to trust Microsoft's GPG keys.
GitHub | GitLab | Downloads | Version |
---|---|---|---|
Example Playbook
Here is a sample playbook from molecule/default/converge.yml
. It is tested with every push, pull request, and release.
---
- name: Converge
hosts: all
become: true
gather_facts: true
roles:
- role: robertdebock.microsoft_repository_keys
Make sure the machine is set up properly. In Continuous Integration (CI), this is done using molecule/default/prepare.yml
:
---
- name: Prepare
hosts: all
become: true
gather_facts: false
roles:
- role: robertdebock.bootstrap
- role: robertdebock.ca_certificates
For a complete guide and examples, check out this link.
Requirements
- The necessary pip packages are listed in requirements.txt.
State of Used Roles
The following roles are required to prepare a system. You can use different methods to set up your system.
Requirement | GitHub | GitLab |
---|---|---|
robertdebock.bootstrap | ||
robertdebock.ca_certificates |
Context
This role is part of several compatible roles. For more information, check out the documentation for these roles.
Here is a visual overview of related roles:
Compatibility
This role has been tested on the following container images:
Container | Tags |
---|---|
Alpine | all |
EL | 9 |
Debian | all |
Fedora | 37 |
Ubuntu | all |
The minimum required version of Ansible is 2.12, and tests have been conducted on:
- The previous version
- The current version
- The development version
If you encounter any issues, please report them on GitHub.
License
Licensed under Apache-2.0.
Author Information
Created by robertdebock.
Consider sponsoring me.
ansible-galaxy install robertdebock.microsoft_repository_keys