robertdebock.digitalocean_agent

Ansible角色digitalocean_agent

在您的系统上安装DigitalOcean代理。

GitHub GitLab 下载 版本
github gitlab downloads 版本

示例剧本

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

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

  roles:
    - role: robertdebock.digitalocean_agent

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

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

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

请参见完整解释和示例以了解如何使用这些角色。

需求

使用的角色状态

以下角色用于准备系统。您可以用另一种方式准备系统。

需求 GitHub GitLab
robertdebock.apt_autostart 构建状态 GitHub 构建状态 GitLab
robertdebock.bootstrap 构建状态 GitHub 构建状态 GitLab
robertdebock.ca_certificates 构建状态 GitHub 构建状态 GitLab

背景

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

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

兼容性

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

容器 标签
Amazon 候选
EL 9
Debian 全部
Fedora 全部
Ubuntu 全部

所需的最低Ansible版本为2.12,已对以下版本进行了测试:

  • 先前版本。
  • 当前版本。
  • 开发版本。

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

许可证

Apache-2.0

作者信息

robertdebock

请考虑赞助我

关于项目

Install digitalocean agent on your system.

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