buluma.atom

Ansible 角色 atom

在您的系统上安装 Atom。

GitHub 版本 问题 拉取请求 下载量
github Version Issues PullRequests Ansible Role

示例剧本

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

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

  roles:
    - role: buluma.atom

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

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

  roles:
    - role: buluma.bootstrap

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

角色变量

变量的默认值在 defaults/main.yml 中设置:

---
# atom 的默认文件

# 要安装的 apm 包(https://atom.io/packages)。
atom_apm_packages:
  - linter
  - platformio-ide-terminal
  - teletype

要求

已用角色状态

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

要求 GitHub 版本
buluma.bootstrap Ansible Molecule Version

上下文

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

这是相关角色的概述:

dependencies

兼容性

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

容器 标签
EL 8
Debian all
Fedora all
Ubuntu all

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

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

如果您发现问题,请在 GitHub 上报告。

日志

角色历史

许可证

Apache-2.0

作者信息

Shadow Walker

关于项目

Install atom on your system.

安装
ansible-galaxy install buluma.atom
许可证
apache-2.0
下载
9.6k
拥有者
DevOps Engineer