officel.etckeeper
Ansible 角色:安装 etckeeper
安装和初始化 etckeeper。
需求
使用 EPEL 仓库。
在 CentOS 7 上可能需要设置 git 配置的用户名和电子邮件。 请参见 test/Dockerfile.centos-7。
git config --global user.name "rooooot"
git config --global user.email "rooooot@localhost"
角色变量
无。
依赖项
无。
示例剧本
- hosts: all
become: true
roles:
- officel.etckeeper
许可证
MIT / BSD
作者信息
此角色由 raki 创建。