robertdebock.aide

Ansible 角色 aide

在您的系统上安装和配置 aide。

GitHub GitLab 下载 版本
github gitlab downloads 版本

示例剧本

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

---
- name: 聚合
  hosts: all
  become: true
  gather_facts: true

  roles:
    - role: robertdebock.aide

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

---
- name: 准备
  hosts: all
  become: true
  gather_facts: false

  roles:
    - role: robertdebock.bootstrap
    - role: robertdebock.cron
    - role: robertdebock.postfix
      postfix_myhostname: "smtp.example.com"
      postfix_mydomain: "example.com"
      postfix_myorigin: "example.com"

查看完整说明和示例以了解如何使用这些角色。

要求

使用的角色状态

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

需求 GitHub GitLab
robertdebock.bootstrap 构建状态 GitHub 构建状态 GitLab
robertdebock.cron 构建状态 GitHub 构建状态 GitLab
robertdebock.postfix 构建状态 GitHub 构建状态 GitLab

上下文

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

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

兼容性

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

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

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

  • 之前的版本。
  • 当前版本。
  • 开发版本。

如果您发现问题,请在GitHub上记录。

许可证

Apache-2.0

作者信息

robertdebock

请考虑赞助我

关于项目

Install and configure aide on your system.

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