mahadzar81.thruk
Ansible 角色: Thruk
安装
使用 ansible-galaxy 命令将此存储库下载到将运行该剧本的系统。
ansible-galaxy install mahadzar81.thruk
需求
没有特殊要求;请注意,此角色需要root访问权限,因此请在包含全局 become: true
的剧本中运行,或像这样在你的剧本中调用角色:
- name: "配置 Thruk 服务器"
hosts: all
gather_facts: yes
become: true
roles:
- { role: thruk }