bytepark.base

构建状态

ansible-base

Ansible 角色用于安装服务器的基本设置

要求

除了 bash,没有其他要求。

角色变量

server:
     hostname: "myhost"
     timezone: "Europe/Berlin"
     locale: de_DE.UTF-8

依赖

没有依赖。

示例剧本

- hosts: servers
  roles:
     - { role: bytepark.base }

许可证

MIT

作者信息

bytepark / 2018.

关于项目

Ansible Role to config base server settings

安装
ansible-galaxy install bytepark.base
许可证
mit
下载
1.3k
拥有者