Ansible 角色用于安装服务器的基本设置
除了 bash,没有其他要求。
server: hostname: "myhost" timezone: "Europe/Berlin" locale: de_DE.UTF-8
没有依赖。
- hosts: servers roles: - { role: bytepark.base }
MIT
bytepark / 2018.
ansible-galaxy install bytepark.base