robertdebock.microsoft_repository_keys

Ansible角色 microsoft_repository_keys

信任微软的gpg密钥

GitHub GitLab 下载 版本
github gitlab downloads 版本

示例剧本

此示例取自 molecule/default/converge.yml,在每次推送、拉取请求和发布时进行测试。

---
- name: Converge
  hosts: all
  become: true
  gather_facts: true

  roles:
    - role: robertdebock.microsoft_repository_keys

机器需要准备好。在CI中,这通过molecule/default/prepare.yml完成:

---
- name: Prepare
  hosts: all
  become: true
  gather_facts: false

  roles:
    - role: robertdebock.bootstrap
    - role: robertdebock.ca_certificates

有关如何使用这些角色的完整说明和示例

需求

使用的角色状态

以下角色用于准备系统。您可以用其他方式准备系统。

需求 GitHub GitLab
robertdebock.bootstrap Build Status GitHub Build Status GitLab
robertdebock.ca_certificates Build Status GitHub Build Status GitLab

上下文

此角色是许多兼容角色的一部分。有关更多信息,请查看 这些角色的文档

以下是相关角色的概述: 依赖关系

兼容性

该角色已在以下 容器镜像 上测试:

容器 标签
Alpine 所有
EL 9
Debian 所有
Fedora 37
Ubuntu 所有

要求的最低版本为 Ansible 2.12,测试已在以下版本进行:

  • 前一个版本。
  • 当前版本。
  • 开发版本。

如果您发现问题,请在 GitHub 注册。

许可证

Apache-2.0

作者信息

robertdebock

请考虑 赞助我

关于项目

Trust microsofts gpg keys

安装
ansible-galaxy install robertdebock.microsoft_repository_keys
许可证
apache-2.0
下载
29.4k
拥有者
I know my way around (Linux) infrastructure, have a passion for automation, Docker, Ansible, Molecule and ci/cd.