Mohitsharma44.emacs

角色名称

用于安装 Emacs v25 和 Prelude 插件的角色

构建状态

要求

角色变量

Emacs

如果是从源代码构建 Emacs,需定义以下变量:

BUILD_FROM_SRC: true
emacs_version: 25.3
emacs_ftp_url: http://ftpmirror.gnu.org/emacs
emacs_sha256: "sha256:f72c6a1b48b6fbaca2b991eed801964a208a2f8686c70940013db26cd37983c9"
emacs_build_dir: "/tmp/emacs-{{emacs_version}}"
emacs_install_loc: /usr/local

如果不是从源代码构建,将通过 ppa:kelleyk/emacs 安装 Emacs。

SHA256 是用于验证下载完整性的校验和。

依赖

示例剧本

---

- hosts: all
  gather_facts: no

  tasks:
  - include_role:
    name: emacs

许可证

MIT

作者信息

Mohit Sharma。Mohitsharma44@gmail.com

关于项目

Ansible role for installing emacs with prelude plugin

安装
ansible-galaxy install Mohitsharma44.emacs
许可证
Unknown
下载
190
拥有者
Researcher, Tinkerer and a Developer evangelist