buluma.microsoft_repository_keys
Ansible Role microsoft_repository_keys
Trust Microsoft’s GPG keys
GitHub | Version | Issues | Pull Requests | Downloads |
---|---|---|---|---|
Example Playbook
This example is from molecule/default/converge.yml
and is tested with every push, pull request, and release.
---
- name: Converge
hosts: all
become: true
gather_facts: true
pre_tasks:
- name: Update apt cache.
apt: update_cache=yes cache_valid_time=600
when: ansible_os_family == 'Debian'
changed_when: false
roles:
- role: buluma.microsoft_repository_keys
Before running this, prepare the machine. In Continuous Integration (CI), this is done using molecule/default/prepare.yml
:
---
- name: Prepare
hosts: all
become: true
gather_facts: false
roles:
- role: buluma.bootstrap
- role: buluma.ca_certificates
You can also check a full explanation and example on how to use these roles.
Requirements
- You need the pip packages listed in requirements.txt.
State of Used Roles
These roles are used to prepare a system. You can use other methods if you prefer.
Requirement | GitHub | Version |
---|---|---|
buluma.bootstrap | ||
buluma.ca_certificates |
Context
This role works with many other compatible roles. For more information, see the documentation of these roles.
Here’s a quick view of related roles:
Compatibility
This role has been tested on these container images:
Container | Tags |
---|---|
Alpine | all |
EL | 8 |
Debian | all |
Fedora | 37 |
Ubuntu | all |
You need at least Ansible version 2.12. Tests have been done for:
- The previous version.
- The current version.
- The development version.
If you find any problems, please report them on GitHub.
Changelog
For the Role History.
License
This role is under the Apache-2.0.
Author Information
Created by Shadow Walker.
ansible-galaxy install buluma.microsoft_repository_keys